Azure Container Service Engine - a place for community to collaborate and build the best open Docker container infrastructure for Azure.
Go Perl 6 Shell Perl PowerShell Groovy Other
Permalink
Failed to load latest commit information.
.circleci stop running make coverage + make test (#2009) Jan 6, 2018
.github docs(github): include acs-engine version in issue template (#943) Jul 10, 2017
cmd Extract common utils to separate packages (#2010) Jan 9, 2018
docs generic Kubernetes API server config interface (#2012) Jan 9, 2018
examples Add support for k8s v1.9.1 (#2006) Jan 6, 2018
extensions Update extension doc to default to agent node (#1996) Jan 4, 2018
jenkins make sure this can run on all slaves not just slave8 Jan 9, 2018
loc LEGO: check in for master to temporary branch. (#1969) Dec 27, 2017
parts Added Windows Custom Image. Only works in dcos, but can be added to k… Jan 9, 2018
pkg Added Windows Custom Image. Only works in dcos, but can be added to k… Jan 9, 2018
releases Add support to build official Docker image from release binaries. (#1659 Nov 1, 2017
scripts stop running make coverage + make test (#2009) Jan 6, 2018
test E2E runner: stabilize Windows tests (#2001) Jan 5, 2018
translations Add script to convert LCL to PO and generate PO files (#1344) Aug 24, 2017
vendor X crypto (#1943) Dec 15, 2017
windows Switch to RS3 Windows in Kubernetes cluster (#1686) Nov 7, 2017
.dockerignore Fix make generate slowness on Docker for Mac (#1226) Aug 10, 2017
.gitattributes Add devenv for building/testing/validating under Docker Oct 27, 2016
.gitignore Etcd3 Support (#1564) Oct 11, 2017
CONTRIBUTING.md remove duplicate sentence (#1559) Oct 9, 2017
Dockerfile Update AZ CLI to latest (#1698) Nov 1, 2017
Dockerfile.k8swin Dev environment setup for k8s on Windows machine (#1703) Nov 3, 2017
LICENSE Add License Oct 6, 2016
Makefile fix(Get-AzureConstants.py): remove the date string from the header Nov 7, 2017
OWNERS PROPOSAL: version numbering scheme using SemVer 2.0 (#642) May 19, 2017
README.md ref(docs): reorganize documentation Aug 3, 2017
README_zh-CN.md ref(docs): reorganize documentation Aug 3, 2017
glide.lock X crypto (#1943) Dec 15, 2017
glide.yaml X crypto (#1943) Dec 15, 2017
labels.yaml docs(github): use labeler to manage project labels (#955) Jul 11, 2017
main.go vendor/ dependency rationalization (#1340) Aug 23, 2017
test.mk fix(Get-AzureConstants.py): remove the date string from the header Nov 7, 2017
versioning.mk version output improvements (#1325) Aug 25, 2017

README.md

Microsoft Azure Container Service Engine - Builds Docker Enabled Clusters

Coverage Status CircleCI

Overview

The Azure Container Service Engine (acs-engine) generates ARM (Azure Resource Manager) templates for Docker enabled clusters on Microsoft Azure with your choice of DC/OS, Kubernetes, Swarm Mode, or Swarm orchestrators. The input to the tool is a cluster definition. The cluster definition is very similar to (in many cases the same as) the ARM template syntax used to deploy a Microsoft Azure Container Service cluster.

The cluster definition file enables the following customizations to your Docker enabled cluster:

  • choice of DC/OS, Kubernetes, Swarm Mode, or Swarm orchestrators
  • multiple agent pools where each agent pool can specify:
  • standard or premium VM Sizes,
  • node count,
  • Virtual Machine ScaleSets or Availability Sets,
  • Storage Account Disks or Managed Disks (under private preview)
  • Docker cluster sizes of 1200
  • Custom VNET

User guides

Contributing

Please follow these instructions before submitting a PR:

  1. Execute make ci to run the checkin validation tests.

  2. Manually test deployments if you are making modifications to the templates. For example, if you have to change the expected resulting templates then you should deploy the relevant example cluster definitions to ensure you're not introducing any sort of regression.

Usage

Generate Templates

Usage is best demonstrated with an example:

$ vim examples/kubernetes.classic.json

# insert your preferred, unique DNS prefix
# insert your SSH public key

$ ./acs-engine generate examples/kubernetes.classic.json

This produces a new directory inside _output/ that contains an ARM template for deploying Kubernetes into Azure. (In the case of Kubernetes, some additional needed assets are generated and placed in the output directory.)

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.