AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
Tariq Ibrahim 242035c7f2
ci: use diff instead of git diff for the CI validation checks of the generated files (#491)
* use diff instead of git diff for the CI validation checks of the generated files

* copy only generated files to diff
2019-02-12 18:37:51 -08:00
.chglog chore: update git-chglog configuration for releases (#314) 2019-01-14 13:10:12 -07:00
.circleci use the latest docker go dev image (#374) 2019-01-24 13:09:19 -08:00
.codecov build: commit generated code files (#449) 2019-02-08 12:24:17 -08:00
.github docs: refer to the project as "AKS Engine" consistently (#436) 2019-02-04 15:50:32 -08:00
.pipelines build: commit generated code files (#449) 2019-02-08 12:24:17 -08:00
.prowci Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -08:00
cmd docs: refer to the project as "AKS Engine" consistently (#436) 2019-02-04 15:50:32 -08:00
docs chore: update Moby version to 3.0.4 (#480) 2019-02-11 17:26:54 -07:00
examples feat: Add ability to enable windows ssh with open ssh install on node (#433) 2019-02-07 09:21:14 -08:00
extensions Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -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 chore: update Moby version to 3.0.4 (#480) 2019-02-11 17:26:54 -07:00
parts fix: fix unmanaged disk class issue (#473) 2019-02-12 17:41:41 -05:00
pkg ci: use diff instead of git diff for the CI validation checks of the generated files (#491) 2019-02-12 18:37:51 -08:00
releases Quick documentation rationalization (#152) 2018-12-14 15:52:32 -08:00
scripts ci: use diff instead of git diff for the CI validation checks of the generated files (#491) 2019-02-12 18:37:51 -08:00
test fix: Add ILB for vmss masters (#319) 2019-01-19 12:06:27 -05:00
translations Rename to aks-engine 2018-12-03 16:17:32 -07:00
vendor feat: use the Azure CLI as an auth method (#238) 2019-01-11 09:33:11 -08:00
.gitattributes Add devenv for building/testing/validating under Docker 2016-10-27 12:10:36 -07:00
.gitignore build: commit generated code files (#449) 2019-02-08 12:24:17 -08:00
.golangci.yml chore: Update go-dev tools image for go 1.11.4 (#205) 2018-12-26 16:23:00 -07:00
CONTRIBUTING.md docs: refer to the project as "AKS Engine" consistently (#436) 2019-02-04 15:50:32 -08:00
Gopkg.lock feat: use the Azure CLI as an auth method (#238) 2019-01-11 09:33:11 -08:00
Gopkg.toml update to the latest versions of Azure Go SDK and go-autorest (#208) 2018-12-27 14:23:57 -08:00
LICENSE Add License 2016-10-06 07:18:42 -07:00
Makefile ci: use diff instead of git diff for the CI validation checks of the generated files (#491) 2019-02-12 18:37:51 -08:00
OWNERS adding Tariq to the owners text file (#3842) 2018-09-13 12:49:28 -07:00
README.md docs: refer to the project as "AKS Engine" consistently (#436) 2019-02-04 15:50:32 -08:00
README_zh-CN.md Quick documentation rationalization (#152) 2018-12-14 15:52:32 -08:00
labels.yaml Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -08:00
main.go fix: address goimports checks (#204) 2019-01-10 17:13:35 -07:00
makedev.ps1 use the latest docker go dev image (#374) 2019-01-24 13:09:19 -08:00
packer.mk Improve VHD VSTS pipeline output URL (#3682) 2018-08-16 10:10:55 -07:00
repro.json docs: update some docs with the right information (#217) 2019-01-03 09:59:26 -08:00
test.mk Remove OpenShift support (#80) 2018-12-05 08:53:58 -07:00
versioning.mk Rename to aks-engine 2018-12-03 16:17:32 -07:00

README.md

AKS Engine - Units of Kubernetes on Azure!

Coverage Status GoDoc

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.