AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
jadarsie f165a1c987 print warning on error 2022-01-19 10:41:30 -08:00
.chglog release: git-chglog changes with docs (#4482) 2021-06-24 09:53:16 -07:00
.github release: cleanup resource groups during CI (#4806) 2022-01-12 16:56:37 -08:00
.pipelines ci: use 18.04 for Linux VHD job (#4710) 2021-10-25 16:26:12 -07:00
cmd print warning on error 2022-01-19 10:41:30 -08:00
docs docs: clarify CSI support note on air-gapped ASH (#4774) 2021-12-06 11:35:34 -08:00
examples feat: only download nvidia drivers if needed (#4797) 2022-01-06 16:17:36 -08:00
extensions chore: deprecate orchestratorType (#4038) 2020-11-17 11:35:22 -08:00
hack/tools chore: update Go toolchain to 1.16.6 (#4583) 2021-07-16 11:40:31 -07:00
parts feat: only download nvidia drivers if needed (#4797) 2022-01-06 16:17:36 -08:00
pkg chore: update Linux VHD to 2022.01.10 (#4804) 2022-01-11 15:52:20 -08:00
releases ci: v0.64.0 changelog (#4453) 2021-06-10 16:35:12 -07:00
scripts chore: check if custom login endpoint is reachable (#4780) 2021-12-08 15:33:47 -08:00
staging/provisioning/windows feat: Allow setting Kubeproxy parameters by :ClusterConfiguration.Kubernetes.Kubeproxy.ConfigArgs (#4640) 2021-09-08 19:38:02 -07:00
test/e2e ci: removing flaky log rotation test for Windows nodes (#4800) 2022-01-11 13:44:39 -08:00
translations Rename to aks-engine 2018-12-03 16:17:32 -07:00
vendor chore: update logrus to 1.8.0 (#4310) 2021-03-02 09:20:34 -08:00
vhd chore: update Linux VHD to 2022.01.10 (#4804) 2022-01-11 15:52:20 -08:00
.devcontainer.json chore: update Go toolchain to 1.16.6 (#4583) 2021-07-16 11:40:31 -07:00
.gitattributes style: override linguist's default language detection (#3100) 2020-04-20 12:39:34 -06:00
.gitignore chore: move VHD files to vhd directory (#2590) 2020-01-16 14:56:25 -08:00
.golangci.yml ci: enable staticcheck linter (#3191) 2020-05-06 12:23:29 -07:00
CODEOWNERS ci: add jsturtevant and marosset to CODEOWNERS (#4580) 2021-07-13 15:04:44 -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 docs: refresh documentation store (#3177) 2020-05-04 10:59:22 -07:00
Dockerfile chore: Add Dockerfile for convenient building (#4431) 2021-05-24 09:27:33 -07:00
Jenkinsfile feat: add support for Kubernetes v1.23.0 (#4779) 2021-12-09 09:15:22 -07:00
LICENSE Add License 2016-10-06 07:18:42 -07:00
Makefile chore: update Go toolchain to 1.16.6 (#4583) 2021-07-16 11:40:31 -07:00
OWNERS ci: add CODEOWNERS file (#4545) 2021-07-01 12:21:41 -07:00
README.md ci: remove codecov integration (#4544) 2021-06-29 22:04:57 +00:00
SUPPORT.md docs: support FAQ (#4148) 2021-01-06 09:35:28 -08:00
go.mod ci: use go 1.16 everywhere (#4528) 2021-06-28 14:29:32 -07:00
go.sum chore: freshen go mod dependencies (#4440) 2021-06-07 11:11:26 -07: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.16.6 (#4583) 2021-07-16 11:40:31 -07:00
packer.mk docs: adding instructions for how how to build the Windows VHD for di… (#3911) 2020-10-08 16:16:32 -07:00
test.mk ci: simplify generated consts flows (#4536) 2021-06-28 16:49:09 -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 GoDoc Go Report Card

Project status

This project is stable, meaning the pace of new features is intentionally low. AKS Engine is maintained by teams who depend on it including AKS Engine on Azure Stack Hub.

Overview

AKS Engine is an ARM template-driven way to provision a self-managed Kubernetes cluster 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 has limited support for ongoing operational capabilities such as scaling, in-place upgrade, and extensions. The Cluster API Provider for Azure a.k.a. CAPZ provides more complete operational capabilities. AKS Engine remains the tool for managing Kubernetes clusters on Azure Stack Hub as CAPZ does not yet work there.

Getting started

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

Join the community

If you are committed to using AKS Engine longer term and would like to become a project maintainer, please reach out to us via the #aks-engine-dev Slack channel! The community guide covers everything you need to know about the AKS Engine community and how you can contribute. The developer guide will help you onboard as a developer. The AKS Engine community is committed to integrating and validating new versions of Kubernetes into AKS Engine. We encourage AKS Engine users to evaluate moving to CAPZ as it provides stronger support for managing the cluster lifecycle compared to AKS Engine.

Support

Please see our support policy.

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.

Data Collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

For more information, please see the telemetry documentation.