Skip to content

Files

Latest commit

6d9837e · Feb 21, 2016

History

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

101-acs-mesos

Azure Container Service

This Microsoft Azure template creates an Azure Container Service cluster with a Mesos or Swarm orchestrator.

Click the "Deploy to Azure" button and then follow the relevant walkthrough for your choise of orchestrator:

  1. Mesos - The Mesos orchestrator walkthrough.
  2. SwarmPreview - 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 Mesos 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.