AKS Engine: legacy tool for Kubernetes on Azure (see status)
Перейти к файлу
Martell Malone a221363931 update prometheus-grafana addon (#2183) 2018-02-01 08:43:30 -08:00
.circleci
.github
cmd Scale windows VM bug: catch error for len(vms) < 1 (#2059) 2018-01-16 11:06:19 -08:00
docs Update window binary build documentation (#2147) 2018-01-24 17:20:54 -08:00
examples Add regression tests for 3 masters & 5 masters (#2154) 2018-01-25 10:00:24 -08:00
extensions update prometheus-grafana addon (#2183) 2018-02-01 08:43:30 -08:00
jenkins
loc
parts Mount in /var/lib/cni from the host. (#2165) 2018-01-26 10:50:31 -08:00
pkg update azure consts (#2179) 2018-01-31 12:16:37 -08:00
releases
scripts
test Kubernetes E2E: test addons if present (#2156) 2018-01-26 11:45:55 -08:00
translations
vendor
windows
.dockerignore
.gitattributes
.gitignore
CONTRIBUTING.md
Dockerfile
Dockerfile.k8swin
LICENSE
Makefile
OWNERS
README.md
README_zh-CN.md
glide.lock
glide.yaml
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.