AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
Cecile Robert-Michon c8af06044d
ci: ignore generated file in codecov (#2258)
* ci: ignore generated file in codecov

* Update codecov.yml
2019-11-05 15:36:16 -08:00
.chglog chore: add security to changelog commit titles (#1415) 2019-05-30 17:21:47 -07:00
.codecov ci: ignore generated file in codecov (#2258) 2019-11-05 15:36:16 -08:00
.github Remove desktop/mobile from policy issue template (#2226) 2019-10-25 16:13:52 -07:00
.pipelines chore: replace dep by go mod (#2165) 2019-11-04 10:42:45 -08:00
.prowci docs: update prow docs (#1364) 2019-05-28 10:54:14 -07:00
cmd chore: remove support for Kubernetes 1.10.x (#2234) 2019-10-29 17:06:58 -06:00
docs feat: Azure policy add-on (#2173) 2019-10-28 14:59:55 -07:00
examples Update Azure policy add on README (#2250) 2019-11-01 08:53:37 -07:00
extensions chore: remove oms extension docs since they are obsolete (#1900) 2019-09-04 09:47:14 -07:00
hack/tools fix: only use vendor modules and run outside of GOPATH in e2e tests (#2256) 2019-11-04 18:33:33 -08:00
jenkins retire Azure CDN for container image repository proxying (#3535) 2018-07-24 13:19:31 -07:00
loc LEGO: check in for master to temporary branch. (#2983) 2018-05-16 08:55:09 -07:00
packer fix: Add 1.0.28 Azure CNI zip file into windows vhd (#2268) 2019-11-05 15:09:46 -08:00
parts chore: update to MS Moby 3.0.8 (#2239) 2019-10-31 10:55:31 -06:00
pkg chore: replace dep by go mod (#2165) 2019-11-04 10:42:45 -08:00
releases chore: rev VHD images to 2019.10.24 (#2222) 2019-10-29 10:45:29 -07:00
scripts fix: only use vendor modules and run outside of GOPATH in e2e tests (#2256) 2019-11-04 18:33:33 -08:00
test/e2e fix: only use vendor modules and run outside of GOPATH in e2e tests (#2256) 2019-11-04 18:33:33 -08:00
translations Rename to aks-engine 2018-12-03 16:17:32 -07:00
vendor chore: replace dep by go mod (#2165) 2019-11-04 10:42:45 -08:00
.devcontainer.json chore: update go toolchain to 1.12.12 (#2193) 2019-10-22 15:47:17 -07:00
.gitattributes Add devenv for building/testing/validating under Docker 2016-10-27 12:10:36 -07:00
.gitignore feat: Support kubectl port-forward with k8s 1.15 on Windows nodes (#1543) 2019-07-11 09:17:23 -06:00
.golangci.yml style: check for unused parameters (#1323) 2019-05-17 09:47:42 -07:00
CODE_OF_CONDUCT.md docs: use Microsoft's standard code of conduct for GitHub (#1659) 2019-07-23 13:53:43 -07:00
CONTRIBUTING.md revert: commit generated code files (#546) 2019-02-21 08:33:57 -08:00
Jenkinsfile test: enable convenient customHyperkubeImage E2E tests (#2197) 2019-10-22 15:39:01 -07:00
LICENSE Add License 2016-10-06 07:18:42 -07:00
Makefile fix: only use vendor modules and run outside of GOPATH in e2e tests (#2256) 2019-11-04 18:33:33 -08:00
OWNERS docs: Add devigned as owner (#1784) 2019-08-15 18:04:17 -07:00
README.md ci: update build status badge to ci pipeline (#656) 2019-03-06 10:02:32 -08:00
README_zh-CN.md Quick documentation rationalization (#152) 2018-12-14 15:52:32 -08:00
go.mod fix: only use vendor modules and run outside of GOPATH in e2e tests (#2256) 2019-11-04 18:33:33 -08:00
go.sum fix: only use vendor modules and run outside of GOPATH in e2e tests (#2256) 2019-11-04 18:33:33 -08:00
labels.yaml Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -08:00
main.go fix: commands return errors rather than exit (#693) 2019-03-11 17:01:44 -06:00
makedev.ps1 chore: replace dep by go mod (#2165) 2019-11-04 10:42:45 -08:00
packer.mk feat: Copy linux release notes out of VHD instead of parsing console output (#2252) 2019-11-01 17:27:31 -04:00
test.mk chore: create parallel Jenkins pipeline for e2e tests (#1875) 2019-08-30 12:51:24 -04:00
versioning.mk Rename to aks-engine 2018-12-03 16:17:32 -07:00

README.md

AKS Engine - Units of Kubernetes on Azure!

Build Status Coverage Status GoDoc Go Report Card

AKS Engine is the easiest way to provision a self-managed Kubernetes cluster on Azure.

Overview

AKS Engine provides convenient tooling to quickly bootstrap Kubernetes clusters on Azure. By leveraging ARM (Azure Resource Manager), AKS Engine helps you create, destroy and maintain clusters provisioned with basic IaaS resources in Azure. AKS Engine is also the library used by AKS for performing these operations to provide managed service implementations.

Getting started

Depending on how new you are to AKS Engine, you can try a tutorial, or just dive straight into the documentation.

Please see the FAQ for answers about AKS Engine and its progenitor ACS-Engine.

Sharpen your skills

The official AKS Engine documentation covers everything you need to know about AKS Engine (and then some).

Join the community

Want to get involved? The community guide covers everything you need to know about the AKS Engine community and how you can contribute.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.