Skip to content

Latest commit

 

History

History
 
 

101-acs-dcos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Azure Container Service

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:

  1. DC/OS - The DC/oS orchestrator walkthrough.
  2. Swarm - The Docker Swarm 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.