SlideShare a Scribd company logo
DevOps
Open House - II
Thursday 8th October
7-8 pm
Agenda
•Introductions
•Overview of DevOps
•Kubernetes
•Questions
Prashant P Beniwal
• 20 Years experience in IT Telecom Industry in variety of roles including
Development, Support and Quality Assurance.
• Extremely conversant with Telecom Domain and keen interest in multiple tools
technologies
• Certified DevOps Trainer and Coach.
• AI and Machine Learning Enthusiast
• Micro Services using Cloud, Docker and Kubernetes
• Training Assignments: India – Amdocs, Cyprus –Amdocs, Ireland – BriteBill,
Spain – BriteBill, India – Qualitest, Edureka – Devops, StarAgile, Vinsys, Excendo
• Avid Public Speaker at multiple conferences
• Visiting faculty at various universities
www.linkedin.com/in/prashant-beniwal+91-9850979757
pbeniwal@yahoo.com
Last Open house we saw the
DevOps Pipeline in action.
Lets quickly see it running once
again..
DevOps Openhouse II - Kubernetes in Action part 1
CPDOF CI-CD Pipeline
CPDOF CI-CD Pipeline
Running your application
on GKE
About GKE
• Google Kubernetes Engine is a managed, production-ready environment for
deploying containerized applications
• Kubernetes Engine allows you to get up and running with Kubernetes in no
time, by completely eliminating the need to install, manage, and operate
your own Kubernetes clusters.
• Managed Kubernetes Engine feature allows you to handle increased user
demand for your services, keeping them available when it matters most
Ref:
https://cloud.google.co
m/kubernetes-engine/
Kubernetes Deployment:
Kubernetes Service:
1. Package your app into a Docker image
2. Upload the image to a registry
3. Create a Kubernetes cluster
4. Deploy your app to the cluster
5. Expose your app to the Internet
6. Deploy a new version of your app
To package and deploy your application on GKE:
Flow of Demo on GKE:
Load BalancerChrome
External Load balancer Service
Deployment
Replica Set
POD
Container
Control Node
Worker Node
Step 1 - 2
Build Push
Create Docker Image and Push
>> docker build -t pbeniwal/helloworld:v1 .
>> docker push pbeniwal/helloworld:v2
3 – Create Cluster
Create a container cluster
https://console.cloud.google.com/
kubectl create deploy helloworld --image=pbeniwal/helloworld:v1 --port=8080 –replicas=2
Step 4 – Create Deployment – Imperative
Check status of Deployment, ReplicaSet and POD
kubectl expose deployment helloworld --type LoadBalancer --port 80 --target-port 8080
Step 5 – Expose Application
Check External IP assigned to External Load balance service
External IP will be assigned shortly by GKE
Access Application
6. Deploy a new version of your app
New image pushed to docker hub
>> docker build -t pbeniwal/helloworld:v2 .
>> docker push pbeniwal/helloworld:v2
kubectl scale deployment helloworld --replicas=4
Scaling Up Deployment
Check status of deployments and Replicaset
kubectl set image deployment/helloworld helloworld=pbeniwal/helloworld:v2 --record
Updating Deployment
kubectl rollout status deployment helloworld -w
About CP-DOF
(Certified Professional-DevOps Foundation)
https://cpdof.devopsppalliance.org/
https://cpdof.devopsppalliance.org/
CP-DOF Testimonials
https://cpdof.dev
opsppalliance.org
/testimonials
Upcoming CP-DOF program
You are all entitled for a special 10% off on the early bird price
Questions ?
Thanks for being a part
of DevOps Open house

More Related Content

PPTX
2015 05-06-karsten gaebert-akademie-etrainings
PDF
PuppetConf 2016: Using Puppet with Kubernetes and OpenShift – Diane Mueller, ...
PPTX
Migrating Java JBoss EAP Applications to Kubernetes With S2I
PDF
Docker based-Pipelines with Codefresh
PDF
Infrastructure as a Code
PDF
Jenkins X - automated CI/CD solution for cloud native applications on Kubernetes
PPTX
Deploy and upgrade Docker applications with a single click
PDF
K8s Cluster Build
2015 05-06-karsten gaebert-akademie-etrainings
PuppetConf 2016: Using Puppet with Kubernetes and OpenShift – Diane Mueller, ...
Migrating Java JBoss EAP Applications to Kubernetes With S2I
Docker based-Pipelines with Codefresh
Infrastructure as a Code
Jenkins X - automated CI/CD solution for cloud native applications on Kubernetes
Deploy and upgrade Docker applications with a single click
K8s Cluster Build

What's hot (20)

PDF
KubeCon EU 2016: Kubernetes in Production in The New York Times newsroom
PDF
Mihai Criveti - PyCon Ireland - Automate Everything
PDF
Ultimate DevOps - Jenkins Enterprise & Red Hat OpenShift
PDF
Continuous Delivery with Jenkins Workflow
PPTX
SkyBase - a Devops Platform for Hybrid Cloud
PDF
Streamlining Agile Linux Development with Docker and RHEL Atomic
PPTX
Introduction to KubeSphere and its open source ecosystem
PPTX
Javaone 2014 - Git & Docker with Jenkins
PPTX
Anatomy of a Build Pipeline
PPTX
Multi-cloud CI/CD with failover powered by K8s, Istio, Helm, and Codefresh
PDF
Weave GitOps Core Overview (Free GitOps Workshop)
PDF
5 Habits of High-Velocity Teams Using Kubernetes
PPTX
CI CD using Docker and Jenkins
PDF
Pimp your Continuous Delivery Pipeline with Jenkins workflow (W-JAX 14)
PDF
Building a Secure Supply Chain with Docker
PDF
Pycon9 - Paas per tutti i gusti con Dokku and Kubernetes
PDF
Intro to GKE and app deployment with Kubernetes
ODP
ABLENDER-finalpresentation
PDF
Heroku and Rails Applications
PPTX
Tackle-test: An Automatic Unit-level Test Case Generator
KubeCon EU 2016: Kubernetes in Production in The New York Times newsroom
Mihai Criveti - PyCon Ireland - Automate Everything
Ultimate DevOps - Jenkins Enterprise & Red Hat OpenShift
Continuous Delivery with Jenkins Workflow
SkyBase - a Devops Platform for Hybrid Cloud
Streamlining Agile Linux Development with Docker and RHEL Atomic
Introduction to KubeSphere and its open source ecosystem
Javaone 2014 - Git & Docker with Jenkins
Anatomy of a Build Pipeline
Multi-cloud CI/CD with failover powered by K8s, Istio, Helm, and Codefresh
Weave GitOps Core Overview (Free GitOps Workshop)
5 Habits of High-Velocity Teams Using Kubernetes
CI CD using Docker and Jenkins
Pimp your Continuous Delivery Pipeline with Jenkins workflow (W-JAX 14)
Building a Secure Supply Chain with Docker
Pycon9 - Paas per tutti i gusti con Dokku and Kubernetes
Intro to GKE and app deployment with Kubernetes
ABLENDER-finalpresentation
Heroku and Rails Applications
Tackle-test: An Automatic Unit-level Test Case Generator
Ad

Similar to DevOps Openhouse II - Kubernetes in Action part 1 (20)

PDF
DevOps Open House III - Kubernetes using YAML
PDF
Deploy Application on Kubernetes
PPTX
Kubernetes workshop -_the_basics
PDF
Better code, faster with kubernetes in google cloud
PPTX
KubeOne
PPTX
DockerCon 15 Keynote - Day 2
PDF
Moving a Monolith to Kubernetes
PPTX
Learn kubernetes in 90 minutes
PDF
DevOps open house #cpdof (17th september 2020)
PDF
KubeCI - Cloud Native Continuous Delivery for Kubernetes
PDF
Kubexperience intro session
PPTX
Deploying R for Production - SRUG
PDF
Dockerizing OpenStack for High Availability
PDF
Meetup Devops-Geneva-19.10.2019
PPTX
K8s in 3h - Kubernetes Fundamentals Training
PDF
Scalable full-stack development at the edge - Pascal Wolkotte - Codemotion Am...
PDF
Building Cloud-Native Applications with Kubernetes, Helm and Kubeless
PPTX
DevOps Practices @Pipedrive
PDF
DevOps Days Boston 2017: Developer first workflows for Kubernetes
PDF
Kubernetes meetup geneva june 2021
DevOps Open House III - Kubernetes using YAML
Deploy Application on Kubernetes
Kubernetes workshop -_the_basics
Better code, faster with kubernetes in google cloud
KubeOne
DockerCon 15 Keynote - Day 2
Moving a Monolith to Kubernetes
Learn kubernetes in 90 minutes
DevOps open house #cpdof (17th september 2020)
KubeCI - Cloud Native Continuous Delivery for Kubernetes
Kubexperience intro session
Deploying R for Production - SRUG
Dockerizing OpenStack for High Availability
Meetup Devops-Geneva-19.10.2019
K8s in 3h - Kubernetes Fundamentals Training
Scalable full-stack development at the edge - Pascal Wolkotte - Codemotion Am...
Building Cloud-Native Applications with Kubernetes, Helm and Kubeless
DevOps Practices @Pipedrive
DevOps Days Boston 2017: Developer first workflows for Kubernetes
Kubernetes meetup geneva june 2021
Ad

More from Agile Testing Alliance (20)

PPTX
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
PDF
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
PPTX
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
PDF
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
PDF
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
PPTX
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
PPTX
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
PPTX
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
PDF
#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at...
PPTX
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
PPTX
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
PPTX
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
PPTX
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
PDF
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
PPTX
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
PDF
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
PDF
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
PPTX
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
PDF
#Interactive Session by Aniket Diwakar Kadukar and Padimiti Vaidik Eswar Dat...
PPTX
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Aniket Diwakar Kadukar and Padimiti Vaidik Eswar Dat...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...

Recently uploaded (20)

PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
MYSQL Presentation for SQL database connectivity
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Cloud computing and distributed systems.
PPT
Teaching material agriculture food technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Spectroscopy.pptx food analysis technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
cuic standard and advanced reporting.pdf
A comparative analysis of optical character recognition models for extracting...
MYSQL Presentation for SQL database connectivity
“AI and Expert System Decision Support & Business Intelligence Systems”
Assigned Numbers - 2025 - Bluetooth® Document
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Review of recent advances in non-invasive hemoglobin estimation
Building Integrated photovoltaic BIPV_UPV.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Cloud computing and distributed systems.
Teaching material agriculture food technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
MIND Revenue Release Quarter 2 2025 Press Release
The Rise and Fall of 3GPP – Time for a Sabbatical?
Network Security Unit 5.pdf for BCA BBA.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Spectroscopy.pptx food analysis technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
sap open course for s4hana steps from ECC to s4
Diabetes mellitus diagnosis method based random forest with bat algorithm
cuic standard and advanced reporting.pdf

DevOps Openhouse II - Kubernetes in Action part 1