AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
microsoft-github-policy-service[bot] e3d778cc46
Microsoft mandatory file (#4917)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-07-28 16:16:14 +01:00
.chglog release: git-chglog changes with docs (#4482) 2021-06-24 09:53:16 -07:00
.github feat: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -07:00
.pipelines feat: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -07:00
cmd feat: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -07:00
docs docs: update Azure Stack Hub Linux VHD version for v0.70.0 (#4889) 2022-05-06 09:09:14 -07:00
examples feat: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -07: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: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -07:00
pkg feat: add support for Kubernetes v1.24.3 (#4915) 2022-07-18 14:50:52 -06:00
releases ci: v0.64.0 changelog (#4453) 2021-06-10 16:35:12 -07:00
scripts chore: get-logs copies kube-system logs from file system (#4904) 2022-06-09 11:49:59 -07:00
staging/provisioning/windows feat;Updating script used to run kubelet to not set docker-specific kubelet args when using containerd (#4817) 2022-01-20 12:25:38 -08:00
test/e2e test: use mcr.microsoft.com/oss/busybox (#4869) 2022-04-05 09:21:38 -07: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: install 2022 7C updates to help vaildate windows networking fixes (#4916) 2022-07-27 14:32:49 -07: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: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -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 docs: Adding current status updates (#4828) 2022-02-09 16:41:59 -08:00
SECURITY.md Microsoft mandatory file (#4917) 2022-07-28 16:16:14 +01:00
SUPPORT.md docs: Adding current status updates (#4828) 2022-02-09 16:41:59 -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 docs: print deprecation message to stderr (#4905) 2022-06-17 12:15:00 +02: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 deprecated for Azure public cloud customers. Please consider using Azure Kubernetes Service (AKS) for managed Kubernetes or Cluster API Provider Azure for self-managed Kubernetes. There are no new features planned; this project will only be updated for CVEs & similar, with Kubernetes 1.24 as the final version to receive updates.

For use on Azure Stack Hub product this project is fully supported until AKS on Azure Stack Hub reaches General Availability at which time it will be deprecated. AKS on Azure Stack Hub is in Public Preview as of December 2021; we encourage customers to test it.

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

We encourage AKS Engine users to evaluate moving to AKS or to CAPZ, per the project status.

For existing users of AKS Engine, the community guide and developer guide are available, as is the #aks-engine-dev Slack channel.

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.