SlideShare a Scribd company logo
Demystifying
the Nuts & Bolts of
Kubernetes
Architecture
2
Who Am I?
• Principal Systems Development Engineer at DellEMC
• Worked with VMware & CGI
• Docker Captain | Docker Community Leader
• Collabnix Slack – 1800+ Members
• DockerLabs – 500+ tutorials http://www.collabnix.com
Let’s start with an analogy..
A Cargo Ship…
Carries containers across the sea
A Cargo Ship…
Host Application as Containers ~ Worker Nodes
6
Overview
Worker Node-1
7
Control Ships..
Managing & Monitoring of the cargo ships
8
Control Ships..
Manage, Plan, Schedule, Monitor ~ Master
9
Overview
Worker Node-1
Master
Let’s talk about Master
Components..
11
Ship Cranes
Identifies the placement of containers
12
Ship Cranes
Identifies the right node to place a containers ~ Kube-Scheduler
13
Overview
Worker Node-1
Master
Scheduler
14
Cargo Ship Profiles
HA database ~ Which containers on which ships? When was it loaded?
15
Cargo Ship Profiles
HA database ~ Which containers on which ships? When was it loaded? ~ The ETCD Cluster
16
Overview
Worker Node-1
Master
Scheduler
ETCD
17
Offices in Dock
- Operation Team Office ~ Ship Handling, Control
- Cargo Team Office ~ verify if containers are damaged, ensure that new containers are rebuilt
- IT & Communication Office – Communication in between various ships
18
Controllers
- Node Controllers – Takes care of Nodes | Responsible for onboarding new nodes in a
cluster | Availability of Nodes
- Replicas Controller – Ensures that desired number of containers are running at all times
- Controller Manager - Manages all these controllers in place
19
Overview
Worker Node-1
Master
Scheduler
ETCD
Controller
Manager
20
How does each of these service communicate with
each other?
21
Kube API Server
API Server
- A primary management component of k8s
- Responsible for orchestrating all operations within a cluster
- Exposes K8s API ,used by external users to perform management operation in
the cluster and number of controller to monitor the state of the cluster
22
Overview
Worker NodesMaster
Scheduler
ETCD
Controller
Manager
API ServerAPI
kubectl
UI
23
In nutshell…
$kubectl get componentstatus
[node1 install]$ kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-
RUNTIME
node1 Ready master 92s v1.14.2 192.168.0.18 <none> CentOS Linux 7 (Core) 4.4.0-141-generic docker://18.9.6
node2 Ready <none> 57s v1.14.2 192.168.0.17 <none> CentOS Linux 7 (Core) 4.4.0-141-generic docker://18.9.6
node3 NotReady <none> 39s v1.14.2 192.168.0.16 <none> CentOS Linux 7 (Core) 4.4.0-141-generic docker://18.9.6
node4 NotReady <none> 32s v1.14.2 192.168.0.15 <none> CentOS Linux 7 (Core) 4.4.0-141-generic docker://18.9.6
[node1 install]$ kubectl get componentstatus
NAME STATUS MESSAGE ERROR
scheduler Healthy ok
controller-manager Healthy ok
etcd-0 Healthy {"health":"true"}
Let’s talk about Worker
Components..
25
Overview
A Worker Node
Master
Scheduler
ETCD
Controller
Manager
API ServerAPI
kubectl
UI
26
Captain of the Ship
- Manages all sort of activity on the ship
- Let master ship knows they are interested to join
- Sending reports back to master about the status of the ship
- Sending reports about the status of the containers
27
Captain of the Ship ~ Kubelet
Agent which runs on each nodes of the container
28
Overview
Worker Node-1
Master
Scheduler
ETCD
Controller
Manager
API Server
Kubelet
API
kubectl
UI
29
Communication between Cargo Ships
How does two cargo ships communicate with each other?
30
Kube-proxy Service
How will web server running on one worker node reach out to DB server
on another worker node?
Communication between worker nodes
Kube-proxy
31
Overview Worker Node-1
Master
Scheduler
ETCD
Controller
Manager
API Server
Kubelet Kube-proxy
Internet
Let’s talk about Pods..
33
Overview Worker Node-1
Master
Scheduler
ETCD
Controller
Manager
API Server
Kubelet Kube-proxy
Internet
Pod
34
Overview Worker Node-1
Master
Scheduler
ETCD
Controller
Manager
API Server
Kubelet Kube-proxy
Internet
Pod
Container
35
Docker Containers
A popular Container Runtime
36
Overall Kubernetes Architecture
Worker Node
Master
Scheduler
ETCD
Controller
Manager
API Server
Kubelet Kube-proxy
Internet
Pod
Container
API
kubectl
UI
37
Demo
• Setting up 5 Node Kubernetes Cluster on PWK

More Related Content

What's hot (20)

PPSX
Docker Kubernetes Istio
Araf Karsh Hamid
 
PDF
Kubernetes 101
Winton Winton
 
PPTX
Infrasturcure-as-code with Kubernetes and Rancher - September 2019 Online Meetup
Shannon Williams
 
PDF
Kubernetes: A Short Introduction (2019)
Megan O'Keefe
 
PPTX
Docker introduction (1)
Gourav Varma
 
PPTX
Docker and kubernetes
Dongwon Kim
 
PDF
Introduction to Kubernetes Workshop
Bob Killen
 
PPTX
Kubernetes
Henry He
 
PDF
Docker Explained | What Is A Docker Container? | Docker Simplified | Docker T...
Edureka!
 
PDF
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Edureka!
 
PDF
Rancher 2.0 Technical Deep Dive
LINE Corporation
 
PDF
Kubernetes dealing with storage and persistence
Janakiram MSV
 
PPTX
GitOps w/argocd
Jean-Philippe Bélanger
 
PDF
An Introduction to Kubernetes
Imesh Gunaratne
 
PDF
GitOps and ArgoCD
Omar Fathy
 
PDF
An overview of the Kubernetes architecture
Igor Sfiligoi
 
PDF
Cilium - BPF & XDP for containers
Docker, Inc.
 
PDF
Sw 100 fr docker conteneurisation des applications
Stephane Woillez
 
PDF
Kubernetes - introduction
Sparkbit
 
PDF
Kubernetes Webinar - Using ConfigMaps & Secrets
Janakiram MSV
 
Docker Kubernetes Istio
Araf Karsh Hamid
 
Kubernetes 101
Winton Winton
 
Infrasturcure-as-code with Kubernetes and Rancher - September 2019 Online Meetup
Shannon Williams
 
Kubernetes: A Short Introduction (2019)
Megan O'Keefe
 
Docker introduction (1)
Gourav Varma
 
Docker and kubernetes
Dongwon Kim
 
Introduction to Kubernetes Workshop
Bob Killen
 
Kubernetes
Henry He
 
Docker Explained | What Is A Docker Container? | Docker Simplified | Docker T...
Edureka!
 
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Edureka!
 
Rancher 2.0 Technical Deep Dive
LINE Corporation
 
Kubernetes dealing with storage and persistence
Janakiram MSV
 
GitOps w/argocd
Jean-Philippe Bélanger
 
An Introduction to Kubernetes
Imesh Gunaratne
 
GitOps and ArgoCD
Omar Fathy
 
An overview of the Kubernetes architecture
Igor Sfiligoi
 
Cilium - BPF & XDP for containers
Docker, Inc.
 
Sw 100 fr docker conteneurisation des applications
Stephane Woillez
 
Kubernetes - introduction
Sparkbit
 
Kubernetes Webinar - Using ConfigMaps & Secrets
Janakiram MSV
 

Similar to Demystifying the Nuts & Bolts of Kubernetes Architecture (20)

PDF
(Draft) Kubernetes - A Comprehensive Overview
Bob Killen
 
PDF
Kubernetes - A Comprehensive Overview
Bob Killen
 
PDF
Kubernetes acomprehensiveoverview
Ankit Shukla
 
PDF
Kubernetes a comprehensive overview
Gabriel Carro
 
PPTX
Kubernetes PPT.pptx
ssuser0cc9131
 
PDF
Kubernetes111111111111111111122233334334
adnansalam11
 
PPTX
08 - kubernetes.pptx
RanjithM61
 
PDF
Kubernetes Architecture with Components
Ajeet Singh
 
PPTX
Introduction+to+Kubernetes-Details-D.pptx
SantoshPandey160
 
PDF
Introduction to kubernetes
Gabriel Carro
 
PDF
DevJam 2019 - Introduction to Kubernetes
Ronny Trommer
 
PPTX
Kubernetes-Fundamentals.pptx
satish642065
 
PDF
Kubernetes scheduling and QoS
Cloud Technology Experts
 
PPTX
KubernetSADASDASDASDSADASDASDASDASDes.pptx
MuhamedAhmed35
 
PPTX
Kubernetes slides with master and node components
waleedghumandevops
 
PPTX
Kubernetes-introduction to kubernetes for beginers.pptx
rathnavel194
 
PPTX
KuberNETes - meetup
Nathan Ness
 
PPTX
Kubernetes
Srinath Reddy
 
PPTX
Kubernetes presentation
GauranG Bajpai
 
PDF
Kubernetes 101 - A Cluster Operating System
mikaelbarbero
 
(Draft) Kubernetes - A Comprehensive Overview
Bob Killen
 
Kubernetes - A Comprehensive Overview
Bob Killen
 
Kubernetes acomprehensiveoverview
Ankit Shukla
 
Kubernetes a comprehensive overview
Gabriel Carro
 
Kubernetes PPT.pptx
ssuser0cc9131
 
Kubernetes111111111111111111122233334334
adnansalam11
 
08 - kubernetes.pptx
RanjithM61
 
Kubernetes Architecture with Components
Ajeet Singh
 
Introduction+to+Kubernetes-Details-D.pptx
SantoshPandey160
 
Introduction to kubernetes
Gabriel Carro
 
DevJam 2019 - Introduction to Kubernetes
Ronny Trommer
 
Kubernetes-Fundamentals.pptx
satish642065
 
Kubernetes scheduling and QoS
Cloud Technology Experts
 
KubernetSADASDASDASDSADASDASDASDASDes.pptx
MuhamedAhmed35
 
Kubernetes slides with master and node components
waleedghumandevops
 
Kubernetes-introduction to kubernetes for beginers.pptx
rathnavel194
 
KuberNETes - meetup
Nathan Ness
 
Kubernetes
Srinath Reddy
 
Kubernetes presentation
GauranG Bajpai
 
Kubernetes 101 - A Cluster Operating System
mikaelbarbero
 
Ad

More from Ajeet Singh Raina (20)

PDF
Delivering Docker & K3s worloads to IoT Edge devices
Ajeet Singh Raina
 
PDF
Delivering Container-based Apps to IoT Edge devices
Ajeet Singh Raina
 
PDF
Docker Trends & Statistics - A 20 Minutes Overview
Ajeet Singh Raina
 
PDF
Real time Object Detection and Analytics using RedisEdge and Docker
Ajeet Singh Raina
 
PDF
OSCONF Jaipur 2020 | Virtual Conference | Oct 10 | Ajeet Singh Raina
Ajeet Singh Raina
 
PDF
Quantifying Your World with AI & Docker on the Edge | OSCONF 2020 Jaipur
Ajeet Singh Raina
 
PDF
Keynote Slides | Ajeet Singh Raina | OSCONF 2020 Hyderabad
Ajeet Singh Raina
 
PDF
IoET Conference 2020 | Keynote Slides | Ajeet Singh Raina
Ajeet Singh Raina
 
PDF
OSCONF 2020 Kochi Conference | KubeZilla | 27 June 2020
Ajeet Singh Raina
 
PDF
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
Ajeet Singh Raina
 
PDF
OSCONF 2020 Bengaluru | Powered by Collabnix | Keynote Slides
Ajeet Singh Raina
 
PDF
Top 5 Helpful Tips to Grow Your Local Docker Community
Ajeet Singh Raina
 
PDF
Awesome Traefik - Ingress Controller for Kubernetes - Swapnasagar Pradhan
Ajeet Singh Raina
 
PDF
Introduction to Docker Compose
Ajeet Singh Raina
 
PDF
Kubernetes Monitoring & Best Practices
Ajeet Singh Raina
 
PDF
Current State of Docker Platform - Nov 2019
Ajeet Singh Raina
 
PDF
Collabnix Online Webinar: Integrated Log Analytics & Monitoring using Docker ...
Ajeet Singh Raina
 
PDF
Introduction to Docker Compose | Docker Intermediate Workshop
Ajeet Singh Raina
 
PDF
Simplifying Real Time Data Analytics with Docker, IoT & Cloud
Ajeet Singh Raina
 
PDF
Introducing Pico - Object Detection & Analytics using Docker, IoT & Amazon Re...
Ajeet Singh Raina
 
Delivering Docker & K3s worloads to IoT Edge devices
Ajeet Singh Raina
 
Delivering Container-based Apps to IoT Edge devices
Ajeet Singh Raina
 
Docker Trends & Statistics - A 20 Minutes Overview
Ajeet Singh Raina
 
Real time Object Detection and Analytics using RedisEdge and Docker
Ajeet Singh Raina
 
OSCONF Jaipur 2020 | Virtual Conference | Oct 10 | Ajeet Singh Raina
Ajeet Singh Raina
 
Quantifying Your World with AI & Docker on the Edge | OSCONF 2020 Jaipur
Ajeet Singh Raina
 
Keynote Slides | Ajeet Singh Raina | OSCONF 2020 Hyderabad
Ajeet Singh Raina
 
IoET Conference 2020 | Keynote Slides | Ajeet Singh Raina
Ajeet Singh Raina
 
OSCONF 2020 Kochi Conference | KubeZilla | 27 June 2020
Ajeet Singh Raina
 
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
Ajeet Singh Raina
 
OSCONF 2020 Bengaluru | Powered by Collabnix | Keynote Slides
Ajeet Singh Raina
 
Top 5 Helpful Tips to Grow Your Local Docker Community
Ajeet Singh Raina
 
Awesome Traefik - Ingress Controller for Kubernetes - Swapnasagar Pradhan
Ajeet Singh Raina
 
Introduction to Docker Compose
Ajeet Singh Raina
 
Kubernetes Monitoring & Best Practices
Ajeet Singh Raina
 
Current State of Docker Platform - Nov 2019
Ajeet Singh Raina
 
Collabnix Online Webinar: Integrated Log Analytics & Monitoring using Docker ...
Ajeet Singh Raina
 
Introduction to Docker Compose | Docker Intermediate Workshop
Ajeet Singh Raina
 
Simplifying Real Time Data Analytics with Docker, IoT & Cloud
Ajeet Singh Raina
 
Introducing Pico - Object Detection & Analytics using Docker, IoT & Amazon Re...
Ajeet Singh Raina
 
Ad

Recently uploaded (20)

PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 

Demystifying the Nuts & Bolts of Kubernetes Architecture