AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
Jack Francis 3aa00a2d65
chore: ignore artifacts that may be present from prior commits (#556)
2019-02-21 13:42:48 -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 revert: commit generated code files (#546) 2019-02-21 08:33:57 -08:00
.prowci Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -08:00
cmd feat: add human-readable output option to "get-versions" command (#527) 2019-02-20 11:02:11 -07:00
docs revert: commit generated code files (#546) 2019-02-21 08:33:57 -08:00
examples fix: Updating Windows default Docker version from 18.09.0 to 18.09.2. (#550) 2019-02-20 18:44:43 -05: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: install specific containerd version, make version configurable (#516) 2019-02-15 16:29:27 -08:00
parts feat: enable vmss overprovision, do not run extensions on overprovisioned VMs (#367) 2019-02-20 18:34:09 -08:00
pkg revert: commit generated code files (#546) 2019-02-21 08:33:57 -08:00
releases Quick documentation rationalization (#152) 2018-12-14 15:52:32 -08:00
scripts docs: clarify that `make ensure-generated` is a PR requirement (#513) 2019-02-14 16:32:07 -08:00
test test: wait longer between kubectl top nodes retries (#543) 2019-02-20 10:23:22 -08:00
translations Rename to aks-engine 2018-12-03 16:17:32 -07:00
vendor refactor: swap satori's uuid package to gofrs (#466) 2019-02-13 14:19:38 -07:00
.gitattributes Add devenv for building/testing/validating under Docker 2016-10-27 12:10:36 -07:00
.gitignore chore: ignore artifacts that may be present from prior commits (#556) 2019-02-21 13:42:48 -08:00
.golangci.yml chore: Update go-dev tools image for go 1.11.4 (#205) 2018-12-26 16:23:00 -07:00
CODE_OF_CONDUCT.md docs: add a "code of conduct" file where GitHub can see it (#510) 2019-02-14 14:02:42 -05:00
CONTRIBUTING.md revert: commit generated code files (#546) 2019-02-21 08:33:57 -08:00
Gopkg.lock refactor: swap satori's uuid package to gofrs (#466) 2019-02-13 14:19:38 -07:00
Gopkg.toml refactor: swap satori's uuid package to gofrs (#466) 2019-02-13 14:19:38 -07:00
LICENSE Add License 2016-10-06 07:18:42 -07:00
Makefile docs: clarify that `make ensure-generated` is a PR requirement (#513) 2019-02-14 16:32:07 -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
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.