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.
- 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
- As a best practice, create a new resource group for every new container service you deploy.
- The installation log for the masters, agents, and jumpbox are in /var/log/azure/cluster-bootstrap.log
- 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.
- Visit Common Issues if you have trouble deploying.