SlideShare a Scribd company logo
1S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
DevOps, Waffles
Superheroes - Oh my!
Jessica Deen|Senior Cloud
Advocate
2S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Before we
begin…
Disclaimer
@jldeen- [ ] -# D E E N O F D E V O P S
What to
expect in
the next 60
minutes…
3S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Get you thinking
Show you what’s possible
Get you excited
Offer resources to learn more
This session was designed to
4S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Life runs on code
5S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Source
https://informationisbeautiful.net/visualizations/million-lines-of-code/
Urban traffic control system
5 million lines of code
Artificial pancreas
160K lines of code
Space shuttle
400K lines of code
Luxury car
120 million lines of code
6S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Intelligent vehicle
Smart city
Smart devices
Digital life
Intelligent experiences
Digital factory
Smart home68
Connected retail
Intelligent vehicle
Smart city
Smart devices
Digital life
Intelligent experiences
Digital factory
Smart home
Connected retail
68
… and Waffles!
8S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Add Docker and Kubernetes Support from
scratch
Automation with Azure DevOps and Codefresh
Deploy our app to Azure Kubernetes
Tips on running deploying Kubernetes in
Production
Goals for this session
12S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
”DevOps is the union of people, process,
and products to enable continuous delivery
of value to our end users.”
- Donovan Brown
What is DevOps?
13S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Why Containers?
Developers
Enable ‘write-once, run-
anywhere’ apps
Enables microservice
architectures
Operations
Portability
Standardization
Abstraction
Higher compute density
Scale
DevOps
14S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
What is
Kubernete
s?
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
15S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
It was designed to simplify
automation.
16S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Release
Automatio
n
Kubernetes is hard.
Kubernetes is
complex.
Let’s simplify more.
17S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Demo – Helm and Draft
18S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
What is a
container
?
N o t a r e a l t h i n g- [ ] -
19S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
N o t a r e a l t h i n g- [ ] -
20S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
N o t a r e a l t h i n g- [ ] -
21S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
N o t a r e a l t h i n g- [ ] -
22S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Virtualization vs.
Containerization
C o m i n g t o g e t h e r- [ ] -
Infrastructure
Host OS
Docker
Bins/L
ibs
Bins/L
ibs
Bins/L
ibs
App A App B App C
Contain
er
Infrastructure
Hypervisor
Bins/L
ibs
App A
Guest
OS
Bins/L
ibs
App B
Guest
OS
Bins/L
ibs
App C
Guest
OS
VM
Infrastructure
Host OS
Hypervisor
Bins/L
ibs
App A
Guest
OS
Bins/L
ibs
App B
Guest
OS
Bins/L
ibs
App C
Guest
OS
VM
24S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Repeatable builds and deployments
Fast startup
Package dependencies with the app
Containers run everywhere
Benefits of using Containers
25S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
API
server
Controlle
r
Manager
Schedule
r
etcd
Cloud
Controller
Self-managed master
node(s)
App/
workload
definitionUser
Agent Pool
Docker
Pods
Docker
Pods
Docker
Pods
Docker
Pods
Docker
Pods
Kubernetes
API
endpoint
Kubernetes Architecture
26S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
API
server
Controlle
r
Manager
Schedule
r
etcd
Cloud
Controlle
r
Self-managed master
node(s)
App/
workload
definitionUser
Agent Pool
Docker
Pods
Docker
Pods
Docker
Pods
Docker
Pods
Docker
Pods
Kubernetes
API
endpoint
Azure managed control plane
Kubernetes Architecture
27S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Demo – Add a dash of DevOps
28S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
What just happened?
Kubernetes Pipeline
Kubernetes Repository
Build
Package
Deploy
29S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
30S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
K.I.SS
Keep It Super
Simple
31S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
“The steps you take don't have to be big,
they just have to take you in the right
direction.” // Jemma Simmons
32S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
What are my main
objectives?
33S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
What are my indicators for
those objectives?
34S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
What will my pipeline
look like?
• Compile
• Build/Push
• Scan
• Deploy to Dev
• Test/Gates/Etc.
• Promote to staging > QA > Prod
• Private Package Feed
• Private Repository
• XRay, Aqua
• CI/CD - Azure Pipelines,
Codefresh, Jenkins,
Travis CI, etc.
• Selenium, WhiteSource
Bolt, etc
• CI/CD - Azure Pipelines,
Codefresh, Jenkins,
Travis CI, etc.
35S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
The foundation is the
same.
36S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
Does this add value, or
does this add unnecessary
complexity?
37S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
I t ’ s j u s t a w a f f l e- [ ] -
38S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Automate
Build, test and deploy with confidence
Customizable
GitHub Actions
39S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
Demo – Full CI/CD
40S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
What just happened?
Kubernetes Pipeline
Kubernetes Repository
Build
Package
Deploy
46S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
Kubernetes Best
Practices
Build small
containers
- Multistage builds
Application
architecture
- Use Namespaces
- Helm charts
- RBAC
Implement health
checks
- Liveness / Readiness
Probes
47S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
C o n t a i n e r O r c h e s t r a t i o n- [ ] -
Kubernetes Best
Practices
Set requests
and limits
Be mindful of
your services
- Map external
services
- Don’t rely on
load balancers
48S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
H e l l o !- [ ] -
I am Jessica Deen
49S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
aka.ms/jldeen/waffleops SEARCH
50S L I D E# D E E N O F D E V O P S @jldeen- [ ] -
THANK YOU
| #devopsdaysMadrid
09/06/2020
Open Spaces
KENMUGRAGE
ThoughtWorks
• Clave en DevopsDays
• Interacción entre asistentes
• Debates, no presentaciones
• Da igual la experiencia
- T E C H C O N F E R E N C E -
2 1 f e b r e r o 2 0 2 0

More Related Content

PPTX
Frome Zero to DevOps Superhero: The Container Edition
PPTX
From Zero to DevOps Superhero
PPT
A Robust Open-source GEDCOM Parser
PPTX
DevOps, Kuberenetes, Helm and Draft Azure Montevideo Meetup
PPTX
Microsoft, Open Source, DevOps, Kubernetes
PPTX
Microsoft, Linux, OSS, Cloud and DevOps
PPTX
DevOps with Kubernetes and Helm
PPTX
Microsoft, Linux, OSS, Cloud and DevOps
Frome Zero to DevOps Superhero: The Container Edition
From Zero to DevOps Superhero
A Robust Open-source GEDCOM Parser
DevOps, Kuberenetes, Helm and Draft Azure Montevideo Meetup
Microsoft, Open Source, DevOps, Kubernetes
Microsoft, Linux, OSS, Cloud and DevOps
DevOps with Kubernetes and Helm
Microsoft, Linux, OSS, Cloud and DevOps

Similar to DevOps, Waffles, and Superheroes (20)

PPTX
DevOps Days Montevideo Container Superhero Keynote
PPTX
From Zero to DevOps Superhero: The Container Edition (JenkinsWorld SF)
PPTX
Getting Started with Azure DevOps
PDF
Xpdays: Kubernetes CI-CD Frameworks Case Study
PDF
Docker New York City: From GitOps to a scalable CI/CD Pattern for Kubernetes
PDF
meetup version of Paving the road to production
PPTX
Highly available nodejs
PDF
Be DevOps Ready
PDF
Kubernetes Best Practices 1st Edition Brendan Burns Eddie Villalba
PDF
Continuous Delivery NYC: From GitOps to an adaptable CI/CD Pattern for Kubern...
PDF
Kubernetes Up And Running Dive Into The Future Of Infrastructure 2nd Brendan ...
PDF
AWS DevOps Guide and Best Practices Presentation.pdf
PDF
Immediate download Kubernetes Best Practices 1st Edition Brendan Burns ebooks...
PDF
Kubernetes Up Running Dive Into The Future Of Infrastructure Third Edition 3r...
PDF
A Guide to Adopting Kubernetes
PDF
Dev trends 18_q1
PDF
Production Kubernetes: Building Successful Application Platforms 1st Edition ...
PDF
DevOps and BigData Analytics
PDF
Production Kubernetes: Building Successful Application Platforms 1st Edition ...
PDF
DevOps Days Boston 2017: Developer first workflows for Kubernetes
DevOps Days Montevideo Container Superhero Keynote
From Zero to DevOps Superhero: The Container Edition (JenkinsWorld SF)
Getting Started with Azure DevOps
Xpdays: Kubernetes CI-CD Frameworks Case Study
Docker New York City: From GitOps to a scalable CI/CD Pattern for Kubernetes
meetup version of Paving the road to production
Highly available nodejs
Be DevOps Ready
Kubernetes Best Practices 1st Edition Brendan Burns Eddie Villalba
Continuous Delivery NYC: From GitOps to an adaptable CI/CD Pattern for Kubern...
Kubernetes Up And Running Dive Into The Future Of Infrastructure 2nd Brendan ...
AWS DevOps Guide and Best Practices Presentation.pdf
Immediate download Kubernetes Best Practices 1st Edition Brendan Burns ebooks...
Kubernetes Up Running Dive Into The Future Of Infrastructure Third Edition 3r...
A Guide to Adopting Kubernetes
Dev trends 18_q1
Production Kubernetes: Building Successful Application Platforms 1st Edition ...
DevOps and BigData Analytics
Production Kubernetes: Building Successful Application Platforms 1st Edition ...
DevOps Days Boston 2017: Developer first workflows for Kubernetes
Ad

More from Jessica Deen (10)

PPTX
Deploying Windows Containers with Draft, Helm and Kubernetes
PPTX
From Zero to DevOps Superhero: The Container Edition (Build 2019)
PPTX
Deploying Windows Apps to Kubernetes with Draft and Helm
PPTX
Microsoft, Linux, Open Source, DevOps
PPTX
DevOps with Kubernetes and Helm - Jenkins World Edition
PPTX
Microsoft, Linux, Open Source, DevOps
PPTX
Microsoft Ignite 2018 BRK3192 Container DevOps on Azure
PPTX
DevOps with Kubernetes and Helm - OSCON 2018
PPTX
Tech Summit Paris DevOps Best Practices for Azure and VSTS
PPTX
DevOps: Kubernetes + Helm with Azure
Deploying Windows Containers with Draft, Helm and Kubernetes
From Zero to DevOps Superhero: The Container Edition (Build 2019)
Deploying Windows Apps to Kubernetes with Draft and Helm
Microsoft, Linux, Open Source, DevOps
DevOps with Kubernetes and Helm - Jenkins World Edition
Microsoft, Linux, Open Source, DevOps
Microsoft Ignite 2018 BRK3192 Container DevOps on Azure
DevOps with Kubernetes and Helm - OSCON 2018
Tech Summit Paris DevOps Best Practices for Azure and VSTS
DevOps: Kubernetes + Helm with Azure
Ad

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
A Presentation on Artificial Intelligence
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Electronic commerce courselecture one. Pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Spectral efficient network and resource selection model in 5G networks
Chapter 3 Spatial Domain Image Processing.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Network Security Unit 5.pdf for BCA BBA.
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Understanding_Digital_Forensics_Presentation.pptx
NewMind AI Monthly Chronicles - July 2025
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
A Presentation on Artificial Intelligence
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
20250228 LYD VKU AI Blended-Learning.pptx
MYSQL Presentation for SQL database connectivity
Digital-Transformation-Roadmap-for-Companies.pptx
Unlocking AI with Model Context Protocol (MCP)
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Electronic commerce courselecture one. Pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Spectral efficient network and resource selection model in 5G networks

DevOps, Waffles, and Superheroes

  • 1. 1S L I D E# D E E N O F D E V O P S @jldeen- [ ] - DevOps, Waffles Superheroes - Oh my! Jessica Deen|Senior Cloud Advocate
  • 2. 2S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Before we begin… Disclaimer @jldeen- [ ] -# D E E N O F D E V O P S What to expect in the next 60 minutes…
  • 3. 3S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Get you thinking Show you what’s possible Get you excited Offer resources to learn more This session was designed to
  • 4. 4S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Life runs on code
  • 5. 5S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Source https://informationisbeautiful.net/visualizations/million-lines-of-code/ Urban traffic control system 5 million lines of code Artificial pancreas 160K lines of code Space shuttle 400K lines of code Luxury car 120 million lines of code
  • 6. 6S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Intelligent vehicle Smart city Smart devices Digital life Intelligent experiences Digital factory Smart home68 Connected retail
  • 7. Intelligent vehicle Smart city Smart devices Digital life Intelligent experiences Digital factory Smart home Connected retail 68 … and Waffles!
  • 8. 8S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Add Docker and Kubernetes Support from scratch Automation with Azure DevOps and Codefresh Deploy our app to Azure Kubernetes Tips on running deploying Kubernetes in Production Goals for this session
  • 9. 12S L I D E# D E E N O F D E V O P S @jldeen- [ ] - ”DevOps is the union of people, process, and products to enable continuous delivery of value to our end users.” - Donovan Brown What is DevOps?
  • 10. 13S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Why Containers? Developers Enable ‘write-once, run- anywhere’ apps Enables microservice architectures Operations Portability Standardization Abstraction Higher compute density Scale DevOps
  • 11. 14S L I D E# D E E N O F D E V O P S @jldeen- [ ] - What is Kubernete s? C o n t a i n e r O r c h e s t r a t i o n- [ ] -
  • 12. 15S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - It was designed to simplify automation.
  • 13. 16S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Release Automatio n Kubernetes is hard. Kubernetes is complex. Let’s simplify more.
  • 14. 17S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Demo – Helm and Draft
  • 15. 18S L I D E# D E E N O F D E V O P S @jldeen- [ ] - What is a container ? N o t a r e a l t h i n g- [ ] -
  • 16. 19S L I D E# D E E N O F D E V O P S @jldeen- [ ] - N o t a r e a l t h i n g- [ ] -
  • 17. 20S L I D E# D E E N O F D E V O P S @jldeen- [ ] - N o t a r e a l t h i n g- [ ] -
  • 18. 21S L I D E# D E E N O F D E V O P S @jldeen- [ ] - N o t a r e a l t h i n g- [ ] -
  • 19. 22S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Virtualization vs. Containerization C o m i n g t o g e t h e r- [ ] - Infrastructure Host OS Docker Bins/L ibs Bins/L ibs Bins/L ibs App A App B App C Contain er Infrastructure Hypervisor Bins/L ibs App A Guest OS Bins/L ibs App B Guest OS Bins/L ibs App C Guest OS VM Infrastructure Host OS Hypervisor Bins/L ibs App A Guest OS Bins/L ibs App B Guest OS Bins/L ibs App C Guest OS VM
  • 20. 24S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Repeatable builds and deployments Fast startup Package dependencies with the app Containers run everywhere Benefits of using Containers
  • 21. 25S L I D E# D E E N O F D E V O P S @jldeen- [ ] - API server Controlle r Manager Schedule r etcd Cloud Controller Self-managed master node(s) App/ workload definitionUser Agent Pool Docker Pods Docker Pods Docker Pods Docker Pods Docker Pods Kubernetes API endpoint Kubernetes Architecture
  • 22. 26S L I D E# D E E N O F D E V O P S @jldeen- [ ] - API server Controlle r Manager Schedule r etcd Cloud Controlle r Self-managed master node(s) App/ workload definitionUser Agent Pool Docker Pods Docker Pods Docker Pods Docker Pods Docker Pods Kubernetes API endpoint Azure managed control plane Kubernetes Architecture
  • 23. 27S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Demo – Add a dash of DevOps
  • 24. 28S L I D E# D E E N O F D E V O P S @jldeen- [ ] - What just happened? Kubernetes Pipeline Kubernetes Repository Build Package Deploy
  • 25. 29S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] -
  • 26. 30S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - K.I.SS Keep It Super Simple
  • 27. 31S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - “The steps you take don't have to be big, they just have to take you in the right direction.” // Jemma Simmons
  • 28. 32S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - What are my main objectives?
  • 29. 33S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - What are my indicators for those objectives?
  • 30. 34S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - What will my pipeline look like? • Compile • Build/Push • Scan • Deploy to Dev • Test/Gates/Etc. • Promote to staging > QA > Prod • Private Package Feed • Private Repository • XRay, Aqua • CI/CD - Azure Pipelines, Codefresh, Jenkins, Travis CI, etc. • Selenium, WhiteSource Bolt, etc • CI/CD - Azure Pipelines, Codefresh, Jenkins, Travis CI, etc.
  • 31. 35S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - The foundation is the same.
  • 32. 36S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - Does this add value, or does this add unnecessary complexity?
  • 33. 37S L I D E# D E E N O F D E V O P S @jldeen- [ ] - I t ’ s j u s t a w a f f l e- [ ] -
  • 34. 38S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Automate Build, test and deploy with confidence Customizable GitHub Actions
  • 35. 39S L I D E# D E E N O F D E V O P S @jldeen- [ ] - Demo – Full CI/CD
  • 36. 40S L I D E# D E E N O F D E V O P S @jldeen- [ ] - What just happened? Kubernetes Pipeline Kubernetes Repository Build Package Deploy
  • 37. 46S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - Kubernetes Best Practices Build small containers - Multistage builds Application architecture - Use Namespaces - Helm charts - RBAC Implement health checks - Liveness / Readiness Probes
  • 38. 47S L I D E# D E E N O F D E V O P S @jldeen- [ ] - C o n t a i n e r O r c h e s t r a t i o n- [ ] - Kubernetes Best Practices Set requests and limits Be mindful of your services - Map external services - Don’t rely on load balancers
  • 39. 48S L I D E# D E E N O F D E V O P S @jldeen- [ ] - H e l l o !- [ ] - I am Jessica Deen
  • 40. 49S L I D E# D E E N O F D E V O P S @jldeen- [ ] - aka.ms/jldeen/waffleops SEARCH
  • 41. 50S L I D E# D E E N O F D E V O P S @jldeen- [ ] - THANK YOU
  • 42. | #devopsdaysMadrid 09/06/2020 Open Spaces KENMUGRAGE ThoughtWorks • Clave en DevopsDays • Interacción entre asistentes • Debates, no presentaciones • Da igual la experiencia
  • 43. - T E C H C O N F E R E N C E - 2 1 f e b r e r o 2 0 2 0

Editor's Notes

  • #26: This slide the main points that we want to make is that, leading in off the last slide. The Kubernetes control plane is managed by us as Azure, so the customer does not need to worry about that (so greater reduced complexity to allow your business to concentrate on your application not cluster administration) The end user is responsible for the Kubernetes worker nodes (This means operational task like OS patching)
  • #27: This slide the main points that we want to make is that, leading in off the last slide. The Kubernetes control plane is managed by us as Azure, so the customer does not need to worry about that (so greater reduced complexity to allow your business to concentrate on your application not cluster administration) The end user is responsible for the Kubernetes worker nodes (This means operational task like OS patching)