Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Azure Container Service

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Azure Container Service

Docker Meetup Campinas

Avatar for Luidy

Luidy

May 06, 2017
Tweet

Other Decks in Technology

Transcript

  1. Usando a CLI RESOURCE_GROUP=meetup-docker LOCATION=eastus az group create --name=$RESOURCE_GROUP --location=$LOCATION

    DNS_PREFIX=dockercampinas CLUSTER_NAME=acs-docker-campinas az acs create --orchestrator-type=kubernetes --resource-group $RESOURCE_GROUP --name=$CLUSTER_NAME --dns-prefix=$DNS_PREFIX --generate-ssh-keys
  2. Estrutura Resource Group Container Service Object VMs (Master, Agent) Load

    Balancer Availability Set Route Table Public IP Address VNet (Virtual Network) NSG (Network Security Group)