Skip to content

Files

Latest commit

a6050fc · Jul 14, 2016

History

History
This branch is 6 commits ahead of, 30751 commits behind Azure/azure-quickstart-templates:master.

101-acs-dcos

Azure Container Service

This Microsoft Azure template creates an Azure Container Service cluster with a DC/OS orchestrator. There is also an option to use Docker Swarm as your orchestrator.

Click the "Deploy to Azure" button and then follow the relevant walkthrough linked below, alternatively you can view our ACS documentation on the Azure website.

DC/OS - The DC/oS orchestrator walkthrough.

Deployment Tips:

  1. You will need to provide an SSH RSA public key. Follow instructions to generate SSH RSA keys in section SSH Key Generation. Your key should include three parts, for example ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm
  2. As a best practice, create a new resource group for every new container service you deploy.
  3. The installation log for the masters, agents, and jumpbox are in /var/log/azure/cluster-bootstrap.log
  4. Even though the agent VMs finish quickly DC/OS can take 5-15 minutes to install, check /var/log/azure/cluster-bootstrap.log for the completion status.
  5. Visit Common Issues if you have trouble deploying.