aks-engine/examples/largeclusters
Jack Francis 75d52db447 moved backoff-related config to api model (#964)
* converted —node-status-update-frequency

nodeStatusUpdateFrequency is now delivered via KubernetesConfig

* all recent k8s config params are api-model-enabled

* rationalizing config outputs as string params

* added k8s version-specific validation
2017-07-13 15:09:05 -07:00
..
README.md
dcos-vmas.json
dcos.json
kubernetes.json moved backoff-related config to api model (#964) 2017-07-13 15:09:05 -07:00
swarm-vmas.json
swarm.json
swarmmode-vmas.json
swarmmode.json

README.md

Microsoft Azure Container Service Engine - Large Clusters

Overview

ACS-Engine enables you to create customized Docker enabled cluster on Microsoft Azure with 1200 nodes.

The examples show you how to configure up to 12 agent pools with 100 nodes each:

  1. dcos.json - deploying and using DC/OS
  2. dcos-vmas.json - this provides an example using availability sets instead of the default virtual machine scale sets. You will want to use availability sets if you want to dynamically attach/detach disks.
  3. kubernetes.json - deploying and using Kubernetes
  4. swarm.json - deploying and using Swarm
  5. swarm-vmas.json - this provides an example using availability sets instead of the default virtual machine scale sets. You will want to use availability sets if you want to dynamically attach/detach disks.
  6. swarmmode.json - deploying and using Swarm Mode
  7. swarmmode-vmas.json - this provides an example using availability sets instead of the default virtual machine scale sets. You will want to use availability sets if you want to dynamically attach/detach disks.