WE HAVE MOVED: Please join us at Azure/aks-engine!
Перейти к файлу
Bill Pratt 897fbbcbda Refine Istio example (#2819) 2018-05-03 11:14:41 -07:00
.circleci infer e2e cleanup from global circle config (#2841) 2018-05-02 12:59:01 -07:00
.github Update PULL_REQUEST_TEMPLATE.md (#2515) 2018-03-22 15:44:45 -07:00
cmd Create a --set flag for generate (#2787) 2018-05-02 16:09:55 -07:00
docs Create a --set flag for generate (#2787) 2018-05-02 16:09:55 -07:00
examples Refine Istio example (#2819) 2018-05-03 11:14:41 -07:00
extensions Update references to gcr.io to point to Azure CDN endpoint (#2721) 2018-04-18 18:54:18 -07:00
jenkins Update references to gcr.io to point to Azure CDN endpoint (#2721) 2018-04-18 18:54:18 -07:00
loc LEGO: check in for master to temporary branch. (#1969) 2017-12-27 09:46:49 -08:00
parts rationalize network config and k8s NetworkPolicy (#2813) 2018-05-02 15:50:42 -07:00
pkg Create a --set flag for generate (#2787) 2018-05-02 16:09:55 -07:00
releases acs-engine Docker Image Rework (#2784) 2018-05-02 16:03:06 -07:00
scripts Validate bindata (#2778) 2018-04-27 16:51:27 -07:00
test timeout az commands (#2831) 2018-05-01 16:24:34 -07:00
translations Update translation files (#2026) 2018-01-10 11:43:00 -08:00
vendor Create a --set flag for generate (#2787) 2018-05-02 16:09:55 -07:00
windows Switch to RS3 Windows in Kubernetes cluster (#1686) 2017-11-07 12:34:40 -08:00
.dockerignore Fix make generate slowness on Docker for Mac (#1226) 2017-08-09 19:19:04 -07:00
.gitattributes Add devenv for building/testing/validating under Docker 2016-10-27 12:10:36 -07:00
.gitignore Push unit test coverage results to codecov (#2719) 2018-04-20 11:18:24 -07:00
CONTRIBUTING.md remove duplicate sentence (#1559) 2017-10-09 13:03:41 -07:00
Dockerfile Add the new signing key for the azure cli package (#2786) 2018-05-02 15:46:33 -07:00
Dockerfile.k8swin Dev environment setup for k8s on Windows machine (#1703) 2017-11-03 10:24:42 -07:00
LICENSE Add License 2016-10-06 07:18:42 -07:00
Makefile Validate bindata (#2778) 2018-04-27 16:51:27 -07:00
OWNERS Setup OWNERS files (#2791) 2018-04-30 11:52:56 -07:00
README.md Push unit test coverage results to codecov (#2719) 2018-04-20 11:18:24 -07:00
README_zh-CN.md ref(docs): reorganize documentation 2017-08-02 21:25:15 -07:00
glide.lock Create a --set flag for generate (#2787) 2018-05-02 16:09:55 -07:00
glide.yaml Create a --set flag for generate (#2787) 2018-05-02 16:09:55 -07:00
labels.yaml docs(github): use labeler to manage project labels (#955) 2017-07-10 17:25:02 -07:00
main.go Resubmit PR# 2332: Enable colorized logging on Windows (#2482) 2018-03-20 16:44:08 -07:00
test.mk fix(Get-AzureConstants.py): remove the date string from the header 2017-11-07 14:01:09 -05:00
versioning.mk version output improvements (#1325) 2017-08-25 14:57:33 -07:00

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/classic/kubernetes.classic.json

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

$ ./acs-engine generate examples/classic/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.