AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
Cecile Robert-Michon bb4f5085b9 fix: remove shell output from VHD release notes (#812) 2019-03-21 09:06:40 -07:00
.chglog chore: update git-chglog configuration for releases (#314) 2019-01-14 13:10:12 -07:00
.circleci chore: update go toolchain to 1.12.1 (#792) 2019-03-19 12:12:16 -07:00
.codecov ci: ignore test files in code coverage (#559) 2019-02-21 15:07:30 -08:00
.github docs: refer to the project as "AKS Engine" consistently (#436) 2019-02-04 15:50:32 -08:00
.pipelines feat: add support for Ubuntu 18.04-LTS (#223) 2019-03-19 14:20:35 -07:00
.prowci Remove DCOS and Swarm support (#92) 2018-12-05 15:20:16 -08:00
cmd style: refactorings suggested by the gocritic linter (#748) 2019-03-20 09:44:24 -06:00
docs docs: Fix language on upgrade.md (#810) 2019-03-20 14:32:45 -07:00
examples docs: updating instructions on how to use Azure Cosmos DB etcd API (#669) 2019-03-14 09:10:16 -07: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 feat: update Azure-NPM to support new network policy specifications (#638) 2019-03-19 22:00:39 -07:00
parts feat: update Azure-NPM to support new network policy specifications (#638) 2019-03-19 22:00:39 -07:00
pkg fix: add more kubernetesConfig nil checks to account for more resilience. (#816) 2019-03-20 18:45:01 -07:00
releases chore: update AKS distro version to 2019.03.15 (#794) 2019-03-19 16:49:46 -07:00
scripts fix: rehabilitate constant generator script (#785) 2019-03-20 15:14:15 -07:00
test test: enforce --image-pull-policy=IfNotPresent for windows deployments in e2e tests (#811) 2019-03-20 16:59:14 -07:00
translations Rename to aks-engine 2018-12-03 16:17:32 -07:00
vendor fix: use the correct go sdk import for system assigned role assignments (#732) 2019-03-11 11:20:36 -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 style: enable unnecessary type conversion linter (#740) 2019-03-11 17:46:13 -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 fix: use the correct go sdk import for system assigned role assignments (#732) 2019-03-11 11:20:36 -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 fix: rehabilitate constant generator script (#785) 2019-03-20 15:14:15 -07:00
OWNERS chore: add serbrech to OWNERS (#640) 2019-03-04 13:37:08 -08: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.1 (#792) 2019-03-19 12:12:16 -07:00
packer.mk fix: remove shell output from VHD release notes (#812) 2019-03-21 09:06:40 -07:00
test.mk test: pass in skip_test env variable down to the test container (#663) 2019-03-06 09:51:22 -08: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.