WE HAVE MOVED: Please join us at Azure/aks-engine!
Перейти к файлу
Jonathan Chauncey 12d7fc5a81 make sure this can run on all slaves not just slave8 2018-01-09 10:52:01 -05:00
.circleci stop running make coverage + make test (#2009) 2018-01-05 20:28:35 -08:00
.github
cmd Extract common utils to separate packages (#2010) 2018-01-08 20:20:56 -08:00
docs Updates to kubelet flags. (#1942) 2018-01-03 14:58:33 -08:00
examples Add support for k8s v1.9.1 (#2006) 2018-01-05 16:08:27 -08:00
extensions Update extension doc to default to agent node (#1996) 2018-01-04 13:47:30 -08:00
jenkins make sure this can run on all slaves not just slave8 2018-01-09 10:52:01 -05:00
loc LEGO: check in for master to temporary branch. (#1969) 2017-12-27 09:46:49 -08:00
parts change flexvolume plugin dir to /etc/kubernetes/volumeplugins (#1991) 2018-01-08 12:06:48 -08:00
pkg Extract common utils to separate packages (#2010) 2018-01-08 20:20:56 -08:00
releases
scripts stop running make coverage + make test (#2009) 2018-01-05 20:28:35 -08:00
test E2E runner: stabilize Windows tests (#2001) 2018-01-05 12:51:46 -08:00
translations
vendor X crypto (#1943) 2017-12-15 15:46:50 -08:00
windows
.dockerignore
.gitattributes
.gitignore
CONTRIBUTING.md
Dockerfile
Dockerfile.k8swin
LICENSE
Makefile
OWNERS
README.md
README_zh-CN.md
glide.lock X crypto (#1943) 2017-12-15 15:46:50 -08:00
glide.yaml X crypto (#1943) 2017-12-15 15:46:50 -08:00
labels.yaml
main.go
test.mk
versioning.mk

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.