AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
Jack Francis 3f232ba97e test: replace “vanilla” E2E cluster test with non-VHD cluster test (#1650) 2019-07-23 08:49:23 -07:00
.chglog chore: add security to changelog commit titles (#1415) 2019-05-30 17:21:47 -07:00
.codecov test: remove dependency on httpmock for Azure Stack unit tests (#1589) 2019-07-08 15:28:05 -07:00
.github chore: add note about apimodel in issue template (#1478) 2019-06-14 09:16:40 -07:00
.pipelines test: replace “vanilla” E2E cluster test with non-VHD cluster test (#1650) 2019-07-23 08:49:23 -07:00
.prowci docs: update prow docs (#1364) 2019-05-28 10:54:14 -07:00
cmd chore: update azure-sdk-for-go to v27.3.0 (#1516) 2019-07-09 10:10:50 -07:00
docs chore: deprecate clear-containers runtime support (#1649) 2019-07-22 16:54:23 -07:00
examples test: replace “vanilla” E2E cluster test with non-VHD cluster test (#1650) 2019-07-23 08:49:23 -07:00
extensions style: check exit code directly, not indirectly with $? (#1256) 2019-05-16 14:00:42 -07: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 feat: add support for Kubernetes 1.15.1 (#1642) 2019-07-19 08:00:34 -06:00
parts chore: deprecate clear-containers runtime support (#1649) 2019-07-22 16:54:23 -07:00
pkg chore: deprecate clear-containers runtime support (#1649) 2019-07-22 16:54:23 -07:00
releases docs: rename vhd release notes files to match sku names (#1608) 2019-07-11 08:18:20 -07:00
scripts fix: download aks-engine in Azure Cloud Shell (#1523) 2019-06-24 13:19:16 -07:00
test feat: Support kubectl port-forward with k8s 1.15 on Windows nodes (#1543) 2019-07-11 09:17:23 -06:00
translations Rename to aks-engine 2018-12-03 16:17:32 -07:00
vendor chore: update azure-sdk-for-go to v27.3.0 (#1516) 2019-07-09 10:10:50 -07:00
.devcontainer.json feat: Add vscode containerized development config (#1526) 2019-06-27 08:14: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: 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 chore: update azure-sdk-for-go to v27.3.0 (#1516) 2019-07-09 10:10:50 -07:00
Gopkg.toml chore: update azure-sdk-for-go to v27.3.0 (#1516) 2019-07-09 10:10:50 -07:00
LICENSE Add License 2016-10-06 07:18:42 -07:00
Makefile feat: Support kubectl port-forward with k8s 1.15 on Windows nodes (#1543) 2019-07-11 09:17:23 -06:00
OWNERS chore: Update OWNERS (#1619) 2019-07-12 15:18:45 -06: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
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: update go toolchain to 1.12.6 (#1487) 2019-06-18 11:17:19 -07:00
packer.mk fix: remove shell output from VHD release notes (#812) 2019-03-21 09:06:40 -07:00
test.mk chore(CIS): assign root pw (#1013) 2019-04-11 15:19:15 -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!

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.