SlideShare a Scribd company logo
Ravi
What it is ….
• Services for Container Cluster
Management
• Used to manage Docker containers as a
default implementation
• Kubernetes is capable of launching
containers in existing VMs or even
provisioning new VMs and placing the
containers in that
Kubernetes
Components
• Master
• Minon - Host/VM
• Kublet
• POD - Grouping for Containers
• Container
Key Concept
 POD
 A pod (as in a pod of whales or pea pod) is a relatively
tightly coupled group of containers that are scheduled onto
the same host
 Labels
 Loosely coupled cooperating pods are organized using
key/value labels
 Kubelet
 The Kubelet is the logical successor (and rewritten in go) of
the Container Agent that is part of the Compute Engine
image

More Related Content

PPTX
Kubernetes kubecon-roundup
PDF
Introduction to Kubernetes
PPTX
Introduction to Kubernetes
PPTX
An Introduction to Kubernetes
PDF
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
PPTX
Docker and kubernetes_introduction
PDF
An Introduction to Kubernetes
PPTX
Introduction to kubernetes
Kubernetes kubecon-roundup
Introduction to Kubernetes
Introduction to Kubernetes
An Introduction to Kubernetes
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
Docker and kubernetes_introduction
An Introduction to Kubernetes
Introduction to kubernetes

What's hot (20)

PDF
Scale out, with Kubernetes (k8s)
PPTX
Deploy at scale with CoreOS Kubernetes and Apache Stratos
PDF
DevOps in AWS with Kubernetes
PPTX
Kubernetes 101 Workshop
PDF
Kubernetes-Meetup
PDF
Kubernetes Basics
PDF
Docker and Kubernetes 101 workshop
PDF
Container orchestration
PDF
Scaling Microservices with Kubernetes
PDF
Docker Madison, Introduction to Kubernetes
PDF
Kubernetes architecture
PDF
Kubernetes Basic Operation
PDF
Platform Orchestration with Kubernetes and Docker
PPTX
Introduction to Microservices with Docker and Kubernetes
PDF
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014
PDF
Intro to Kubernetes
PPTX
Kubernetes Introduction
PPTX
Introduction to Kubernetes
PDF
Introduction to kubernetes
PPTX
Kubernetes Introduction
Scale out, with Kubernetes (k8s)
Deploy at scale with CoreOS Kubernetes and Apache Stratos
DevOps in AWS with Kubernetes
Kubernetes 101 Workshop
Kubernetes-Meetup
Kubernetes Basics
Docker and Kubernetes 101 workshop
Container orchestration
Scaling Microservices with Kubernetes
Docker Madison, Introduction to Kubernetes
Kubernetes architecture
Kubernetes Basic Operation
Platform Orchestration with Kubernetes and Docker
Introduction to Microservices with Docker and Kubernetes
Containers, Clusters and Kubernetes - Brendan Burns - Defrag 2014
Intro to Kubernetes
Kubernetes Introduction
Introduction to Kubernetes
Introduction to kubernetes
Kubernetes Introduction
Ad

More from Venkata Naga Ravi (12)

PPTX
Microservices with Docker
PPTX
Processing Large Data with Apache Spark -- HasGeek
PPTX
Quick Trip with Docker
PPTX
Glint with Apache Spark
PPTX
PPTX
Big Data Benchmarking
PPTX
PPTX
NoSQL & HBase overview
PPTX
Software Defined Network - SDN
PPTX
Virtual Container - Docker
PPTX
Java 8 Lambda and Streams
PPTX
In Memory Analytics with Apache Spark
Microservices with Docker
Processing Large Data with Apache Spark -- HasGeek
Quick Trip with Docker
Glint with Apache Spark
Big Data Benchmarking
NoSQL & HBase overview
Software Defined Network - SDN
Virtual Container - Docker
Java 8 Lambda and Streams
In Memory Analytics with Apache Spark
Ad

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Review of recent advances in non-invasive hemoglobin estimation
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Big Data Technologies - Introduction.pptx
PDF
KodekX | Application Modernization Development
PDF
Advanced Soft Computing BINUS July 2025.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Modernizing your data center with Dell and AMD
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Review of recent advances in non-invasive hemoglobin estimation
The AUB Centre for AI in Media Proposal.docx
GamePlan Trading System Review: Professional Trader's Honest Take
Diabetes mellitus diagnosis method based random forest with bat algorithm
Big Data Technologies - Introduction.pptx
KodekX | Application Modernization Development
Advanced Soft Computing BINUS July 2025.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Chapter 3 Spatial Domain Image Processing.pdf
Spectral efficient network and resource selection model in 5G networks
Modernizing your data center with Dell and AMD
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Unlocking AI with Model Context Protocol (MCP)
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
cuic standard and advanced reporting.pdf
Network Security Unit 5.pdf for BCA BBA.
20250228 LYD VKU AI Blended-Learning.pptx

Kubernetes

  • 2. What it is …. • Services for Container Cluster Management • Used to manage Docker containers as a default implementation • Kubernetes is capable of launching containers in existing VMs or even provisioning new VMs and placing the containers in that
  • 4. Components • Master • Minon - Host/VM • Kublet • POD - Grouping for Containers • Container
  • 5. Key Concept  POD  A pod (as in a pod of whales or pea pod) is a relatively tightly coupled group of containers that are scheduled onto the same host  Labels  Loosely coupled cooperating pods are organized using key/value labels  Kubelet  The Kubelet is the logical successor (and rewritten in go) of the Container Agent that is part of the Compute Engine image