This Microsoft Azure template creates an Azure Container Service cluster with a DC/OS or Swarm orchestrator.
Click the "Deploy to Azure" button and then follow the relevant walkthrough for your choise of orchestrator:
- DC/OS - The DC/oS orchestrator walkthrough.
- Swarm - The Docker Swarm 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.