SlideShare a Scribd company logo
Kubernetes
Container Orchestration
Email us at contact@crevise.com
2
K8s? What is this ?
● Kubernetes is an open-source system for automating
deployment, scaling and management of containerised
applications
● It groups containers that make up up an application into
logical units for east management and discovery.
● In easy terms, it is container orchestration tool.
● Supports multiple public cloud provider and bare metal
environment.
Kubernetes Features
3
4
Automatic binpacking
Automatically places containers based on their resource requirements
and other constraints, while not sacrificing availability. Mix critical and
best-effort workloads in order to drive up utilization and save even more
resources.
5
Horizontal scaling
Scale your application up and down with a simple command,
with a UI, or automatically based on CPU usage.
6
Automated rollouts and rollbacks
Kubernetes progressively rolls out changes to your application or its configuration,
while monitoring application health to ensure it doesn't kill all your instances at
the same time. If something goes wrong, Kubernetes will rollback the change for
you. Take advantage of a growing ecosystem of deployment solutions.
7
Self-healing
● Restarts containers that fail
● Replaces and reschedules containers when nodes die
● Kills containers that don't respond to your user-defined health check
8
Service discovery and load balancing
● No need to modify your application to use an unfamiliar service
discovery mechanism.
● Kubernetes gives containers their own IP addresses and a single
DNS name for a set of containers, and can load-balance across them.
9
Secret and Configuration management
Deploy and update secrets and application configuration without
rebuilding your image and without exposing secrets in your stack
configuration.
Architecture and Key
Concepts
10
11
Architecture
12
Master Node
● The Kubernetes Master is a collection of three processes that run on a single node in your
cluster, which is designated as the master node.
● Responsible for maintaining the desired state for your cluster.
● Master can also be replicated for availability and redundancy.
● Kube Api Server
● ETCD
● Kube Controller manager
● Kube scheduler
13
Worker Node
● The nodes in a cluster are the machines (VMs, physical servers etc) that
run your applications and cloud workflows.
● Kubelet
● Kube-proxy
● Container runtime engine -docker
14
Pods
● Basic building block of Kubernetes–the smallest and simplest unit in the
Kubernetes object model that you create or deploy
● Presents a running process on your cluster.
● Group of containers would share storage, Linux namespaces, IP
addresses.
● Co-located, hence share resources and are always scheduled together.
● Created, destroyed and re-created on demand, based on the state of the
server and the service itself.
● “one-container-per-Pod” model is the most common Kubernetes use case
15
Deployments
● Level of abstraction above pods
● Define the desired scale and state of a group of pods
● To rollout a replicas
● Rollback to earlier version
● Scaling your pods /application
● Pause deployment
16
Deployment Example
17
Services
● Kubernetes Pods are mortal.
● A Kubernetes Service is an abstraction which defines a logical set of Pods
● The set of Pods targeted by a Service is determined by a Label Selector
● Define a DNS entry that can be used to refer to a group of pods
● Provide a consistent endpoint for the group of pods
● Similar in functionality to load balancers
18
Ingresses
● Define how traffic outside the cluster is routed to inside the cluster
● Used to expose Kubernetes services to the world
● Route traffic to internal services based on factors such as host and path

More Related Content

PDF
Kubernetes 101
PDF
What is Kubernets
PDF
Kubernetes a comprehensive overview
PDF
Deploying your first application with Kubernetes
PPTX
Working with kubernetes
PPTX
Kubernetes Basics
PDF
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
PPTX
Kubernetes for Beginners: An Introductory Guide
Kubernetes 101
What is Kubernets
Kubernetes a comprehensive overview
Deploying your first application with Kubernetes
Working with kubernetes
Kubernetes Basics
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes for Beginners: An Introductory Guide

What's hot (19)

PPTX
Kubernetes 101
PDF
Introduction of Kubernetes - Trang Nguyen
PDF
Meteor South Bay Meetup - Kubernetes & Google Container Engine
PPTX
A Primer on Kubernetes and Google Container Engine
PPTX
Stateful set in kubernetes implementation & usecases
PDF
Extending Kubernetes
PDF
Kubernetes intro
PDF
(Draft) Kubernetes - A Comprehensive Overview
PDF
Kubernetes
PDF
Hands-On Introduction to Kubernetes at LISA17
PDF
DevJam 2019 - Introduction to Kubernetes
PPTX
DevOps with Kubernetes
PDF
Containers kuberenetes
PPTX
Containers kuberenetes
PDF
Evolution of containers to kubernetes
PPTX
Intro to cluster scheduler for Linux containers
PPTX
Brief Introduction To Kubernetes
PDF
The Operator Pattern - Managing Stateful Services in Kubernetes
PDF
Seamless scaling of Kubernetes nodes
Kubernetes 101
Introduction of Kubernetes - Trang Nguyen
Meteor South Bay Meetup - Kubernetes & Google Container Engine
A Primer on Kubernetes and Google Container Engine
Stateful set in kubernetes implementation & usecases
Extending Kubernetes
Kubernetes intro
(Draft) Kubernetes - A Comprehensive Overview
Kubernetes
Hands-On Introduction to Kubernetes at LISA17
DevJam 2019 - Introduction to Kubernetes
DevOps with Kubernetes
Containers kuberenetes
Containers kuberenetes
Evolution of containers to kubernetes
Intro to cluster scheduler for Linux containers
Brief Introduction To Kubernetes
The Operator Pattern - Managing Stateful Services in Kubernetes
Seamless scaling of Kubernetes nodes
Ad

Similar to Kubernetes Presentation (20)

PDF
Kubernetes From Scratch .pdf
PDF
LISA2017 Kubernetes: Hit the Ground Running
PDF
DevOps in AWS with Kubernetes
PPTX
KubernetesPPT.pptx
PPTX
01. Kubernetes-PPT.pptx
PPTX
TRAINING_ABOUT_KUBERNETES_Nguyen_Si_Nhan.pptx
PDF
Running and Managing Kubernetes on OpenStack
PDF
Kubernetes Basics - ICP Workshop Batch II
PPTX
Jenkins_K8s (2).pptx
PDF
Kubernetes basics, Nodes, Pods, Containers, Deployments
PPTX
Kubernetes
PPTX
Kubernetes-introduction to kubernetes for beginers.pptx
PPTX
Introduction+to+Kubernetes-Details-D.pptx
PDF
Kubernetes: https://youtu.be/KnjnQj-FvfQ
PPTX
Kubernetes: A Top Notch Automation Solution
PDF
Kubernetes for Java developers
PPTX
Introduction to kubernetes
PDF
Docker & kubernetes
PPTX
Kubernetes 101
PPTX
Kubernetes-Presentation-Syed-Murtaza-Hassan
Kubernetes From Scratch .pdf
LISA2017 Kubernetes: Hit the Ground Running
DevOps in AWS with Kubernetes
KubernetesPPT.pptx
01. Kubernetes-PPT.pptx
TRAINING_ABOUT_KUBERNETES_Nguyen_Si_Nhan.pptx
Running and Managing Kubernetes on OpenStack
Kubernetes Basics - ICP Workshop Batch II
Jenkins_K8s (2).pptx
Kubernetes basics, Nodes, Pods, Containers, Deployments
Kubernetes
Kubernetes-introduction to kubernetes for beginers.pptx
Introduction+to+Kubernetes-Details-D.pptx
Kubernetes: https://youtu.be/KnjnQj-FvfQ
Kubernetes: A Top Notch Automation Solution
Kubernetes for Java developers
Introduction to kubernetes
Docker & kubernetes
Kubernetes 101
Kubernetes-Presentation-Syed-Murtaza-Hassan
Ad

Recently uploaded (20)

PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
System and Network Administration Chapter 2
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PPTX
Introduction to Artificial Intelligence
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Nekopoi APK 2025 free lastest update
PDF
top salesforce developer skills in 2025.pdf
PPT
Introduction Database Management System for Course Database
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
ai tools demonstartion for schools and inter college
How to Migrate SBCGlobal Email to Yahoo Easily
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
ISO 45001 Occupational Health and Safety Management System
Which alternative to Crystal Reports is best for small or large businesses.pdf
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PTS Company Brochure 2025 (1).pdf.......
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
System and Network Administration Chapter 2
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Introduction to Artificial Intelligence
CHAPTER 2 - PM Management and IT Context
Nekopoi APK 2025 free lastest update
top salesforce developer skills in 2025.pdf
Introduction Database Management System for Course Database
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Online Work Permit System for Fast Permit Processing
Upgrade and Innovation Strategies for SAP ERP Customers
ai tools demonstartion for schools and inter college

Kubernetes Presentation

  • 2. 2 K8s? What is this ? ● Kubernetes is an open-source system for automating deployment, scaling and management of containerised applications ● It groups containers that make up up an application into logical units for east management and discovery. ● In easy terms, it is container orchestration tool. ● Supports multiple public cloud provider and bare metal environment.
  • 4. 4 Automatic binpacking Automatically places containers based on their resource requirements and other constraints, while not sacrificing availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources.
  • 5. 5 Horizontal scaling Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.
  • 6. 6 Automated rollouts and rollbacks Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn't kill all your instances at the same time. If something goes wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.
  • 7. 7 Self-healing ● Restarts containers that fail ● Replaces and reschedules containers when nodes die ● Kills containers that don't respond to your user-defined health check
  • 8. 8 Service discovery and load balancing ● No need to modify your application to use an unfamiliar service discovery mechanism. ● Kubernetes gives containers their own IP addresses and a single DNS name for a set of containers, and can load-balance across them.
  • 9. 9 Secret and Configuration management Deploy and update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.
  • 12. 12 Master Node ● The Kubernetes Master is a collection of three processes that run on a single node in your cluster, which is designated as the master node. ● Responsible for maintaining the desired state for your cluster. ● Master can also be replicated for availability and redundancy. ● Kube Api Server ● ETCD ● Kube Controller manager ● Kube scheduler
  • 13. 13 Worker Node ● The nodes in a cluster are the machines (VMs, physical servers etc) that run your applications and cloud workflows. ● Kubelet ● Kube-proxy ● Container runtime engine -docker
  • 14. 14 Pods ● Basic building block of Kubernetes–the smallest and simplest unit in the Kubernetes object model that you create or deploy ● Presents a running process on your cluster. ● Group of containers would share storage, Linux namespaces, IP addresses. ● Co-located, hence share resources and are always scheduled together. ● Created, destroyed and re-created on demand, based on the state of the server and the service itself. ● “one-container-per-Pod” model is the most common Kubernetes use case
  • 15. 15 Deployments ● Level of abstraction above pods ● Define the desired scale and state of a group of pods ● To rollout a replicas ● Rollback to earlier version ● Scaling your pods /application ● Pause deployment
  • 17. 17 Services ● Kubernetes Pods are mortal. ● A Kubernetes Service is an abstraction which defines a logical set of Pods ● The set of Pods targeted by a Service is determined by a Label Selector ● Define a DNS entry that can be used to refer to a group of pods ● Provide a consistent endpoint for the group of pods ● Similar in functionality to load balancers
  • 18. 18 Ingresses ● Define how traffic outside the cluster is routed to inside the cluster ● Used to expose Kubernetes services to the world ● Route traffic to internal services based on factors such as host and path