Herding Cattle with Azure Container Service (ACS)

Sr. Cloud Developer Advocate at Microsoft
Aug. 15, 2017
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
Herding Cattle with Azure Container Service (ACS)
1 of 23

More Related Content

Recently uploaded

Announcing InfluxDB ClusteredAnnouncing InfluxDB Clustered
Announcing InfluxDB ClusteredInfluxData
web test repair.pptxweb test repair.pptx
web test repair.pptxYuanzhangLin
How is AI changing journalism? Strategic considerations for publishers and ne...How is AI changing journalism? Strategic considerations for publishers and ne...
How is AI changing journalism? Strategic considerations for publishers and ne...Damian Radcliffe
Common WordPress APIs - Options APICommon WordPress APIs - Options API
Common WordPress APIs - Options APIJonathan Bossenger
Netwitness RT - Don’t scratch that patch.pptxNetwitness RT - Don’t scratch that patch.pptx
Netwitness RT - Don’t scratch that patch.pptxStefano Maccaglia
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Webpanagenda

Recently uploaded(20)

Featured

Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming LanguageSimplilearn
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...Palo Alto Software
9 Tips for a Work-free Vacation9 Tips for a Work-free Vacation
9 Tips for a Work-free VacationWeekdone.com

Featured(20)

Herding Cattle with Azure Container Service (ACS)

Editor's Notes

  1. Who is Jeremy? What is Developer Advocacy? Why is our mascot “Bit” a racoon? Background (I’ve been coding 20 years professionally, half as product, half as consultant). A story about data centers …
  2. This is a solution to draw it together and solve some of the pain points.
  3. Note: pre-stage shell to avoid load time, don’t show subscription. Uname –r … lsb_release –a … az group list –o table … az acs list –o table … kubectl
  4. Show portal first, then (Video walkthrough)
  5. Two shells open. Have endpoint saved. ssh into box (azureuser@mgmt.), show docker ps and docker info. Export DOCKER_HOST and show docker info, then docker ps. On other shell, curl –s && echo “” the end point. Do a docker ps –a and show stopped container, start that container then refresh again to show load-balancing.
  6. sudo az acs kubernetes install-cli … az acs kubernetes get-credentials –g –n …. kubectl get nodes … kubectl run clouddemo –image jlikness/ca-acs … kubectl get pods … kubectl expose deployments clouddemo –port=3000 –type=loadbalancer …. Kubectl get svc … kubectl scale deployments/clouddemo –replicas=3