Skip to content

Latest commit

 

History

History

largeclusters

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.