The Azure Kubernetes Service offers simple deployments for Kubernetes clusters.
For an example of deploying a Kubernetes cluster onto Azure via the Azure Kubernetes Service:
Microsoft Azure Kubernetes Service
The core of the Azure Kubernetes Service is open source and available on GitHub for the community to use and contribute to: AKS-Engine. The legacy ACS-Engine codebase has been deprecated in favor of AKS-engine.
AKS-Engine is a good choice if you need to make customizations to the deployment beyond what the Azure Kubernetes Service officially supports. These customizations include deploying into existing virtual networks, utilizing multiple agent pools, and more. Some community contributions to AKS-Engine may even become features of the Azure Kubernetes Service.
The input to AKS-Engine is an apimodel JSON file describing the Kubernetes cluster. It is similar to the Azure Resource Manager (ARM) template syntax used to deploy a cluster directly with the Azure Kubernetes Service. The resulting output is an ARM template that can be checked into source control and used to deploy Kubernetes clusters to Azure.
You can get started by following the AKS-Engine Kubernetes Tutorial.
The CoreOS Tectonic Installer for Azure is open source and available on GitHub for the community to use and contribute to: Tectonic Installer.
Tectonic Installer is a good choice when you need to make cluster customizations as it is built on Hashicorp’s Terraform Azure Resource Manager (ARM) provider. This enables users to customize or integrate using familiar Terraform tooling.
You can get started using the Tectonic Installer for Azure Guide.
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on Stack Overflow. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.