SlideShare a Scribd company logo
“Google Container Engine”
Essential…
1
MD. SADHAN SARKER
Software Engineer
Leads Corporation Limited.
L- 101
❑ Introduction.
❑ What is Virtualization & Containerization?
❑ Why Container Orchestrator?
❑ Kubernetes Vs. Google Container Engine (GKE)?
❑ Containerization-Live Demo :).
# Agenda! We Are Going To Cover:-
“Google Container
Engine”
Essential …
2
# Introduction – Google Cloud
3
Google Cloud (Set of Solutions and Products)
GCP G-Suite
More
Solutions and
Products
…..
Google Container Engine, Now officially know as Google Kubernetes Engine (GKE).
# Introduction – Google Cloud Platform
4
Google Cloud Platform
(Consists set of physical resource assets
that are contained in Google’s Data
Centers)
Computer &
Hard Disk
Drives
Virtual
Resources like
VMs
GCP Resources are located globally
(Those resources accessing through services)
GCP Products
GCP Services Officers
❖ Computing and hosting
❖ Storage
❖ Networking
❖ Big data
❖ Machine Learning
... for your applications
# Introduction – Google Cloud Platform Services
5
❖ FASS (Function as Service)
❖ PASS (Platform as Service)
❖ Container Cluster
❖ VM infrastructure
# Introduction – Google Cloud Platform Services
6
❖ FASS (Function as Service)
❖ PASS (Platform as Service)
❖ Container Cluster
❖ VM infrastructure
❖ PaaS
Functions
Application
Runtime
Operating System
Infrastructure
Vendor
like GCP, AWS etc.
Developer
❖ FaaS
Functions
Application
Runtime
Operating System
Infrastructure
Vendor
like GCP, AWS etc.
Developer
# - What is Virtualization & Containerization?
7
Hypervisor
Host OS/Kernel
Infrastructure
(Hardware, RAM, CPU, GPU)
❖ Virtualization
Bins/Libs
PHP
7.1
Guest OS
VM
Bins/Libs
PHP
7.2
Guest OS
VM
Bins/Libs
PHP
7.0
Guest OS
VM
Bins/Libs
PHP
5.6
Guest OS
VM
Container Engine
Host OS/Kernel
Bins/Libs
PHP 7.2
Bins/Libs
PHP
7.0
Bins/Libs
PHP 5.6
Bins/Libs
PHP
7.1
❖ Containerization
Bins/Libs
MySQL MySQL
Bins/Libs
Python
Bins/Libs
PHP
7.2
Infrastructure
(Hardware, RAM, CPU, GPU)
# - Why Container Orchestrator?
8
# It is all about managing the lifecycles of containers, especially
in large, dynamic environments.
❑ Exposure external services that are running in a container
with the outside world.
❑ It allows you to deploy, manage multi-container applications
at scale and Load balancing.
❑ Monitoring health of containers and hosts.
# Kubernetes Vs. Google Container Engine (GKE)?
9
Name given by cloud providers like GCP (GKE), AWS (EKS), and Azure (AKS) to their fully
manager Kubernetes service.
The main difference here is that the cloud providers manage the main aspects of your
Kubernetes clusters, such as installing it, scaling the nodes, displaying pods running on their
cloud console, provide monitoring, etc.
❑ Kubernetes Engine
Kubernetes is an open-source container orchestration system for automating application deployment,
scaling, and management tool that can be run on a Linux and now a Windows server too.
It was originally designed by Google, and is now maintained by the Cloud Native Computing Foundation
❑ Kubernetes
# Containerization-Live Demo :)
10
# Resource References …
11
https://cloud.google.com/docs/overview
https://cloud.google.com/products/
https://cloud.google.com/docs/overview/cloud-platform-services
https://kubernetes.io/docs/tutorials/kubernetes-basics/
https://www.docker.com/
Thanks..! From
sadhansarker3@gmail.com
gdgbangla.com
mesadhan.jimdo.comwww.fb.com/cse.sadhan
www.twitter.com/eng_sadhan
inktechs.com
MD. SADHAN SARKER
Software Engineer
Leads Corporation Limited.

More Related Content

What's hot (20)

PDF
Meteor South Bay Meetup - Kubernetes & Google Container Engine
Kit Merker
 
PDF
Introduction of Kubernetes - Trang Nguyen
Trang Nguyen
 
PDF
[GS네오텍] Google Kubernetes Engine
GS Neotek
 
PPTX
A Primer on Kubernetes and Google Container Engine
RightScale
 
PDF
Kubernetes intro
Pravin Magdum
 
PDF
Kubernetes Webinar - Using ConfigMaps & Secrets
Janakiram MSV
 
PDF
Getting started with Azure Container Service (AKS)
Janakiram MSV
 
PDF
Google Cloud platform: GKE with CI/CD using CircleCI and Flux
komaldevg
 
PPTX
Working with kubernetes
Nagaraj Shenoy
 
PDF
Kubernetes day 2_jozef_halgas_pf
Juraj Hantak
 
PDF
以 Kubernetes 部屬 Spark 大數據計算環境
inwin stack
 
PDF
Intro to creating kubernetes operators
Juraj Hantak
 
PDF
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Edureka!
 
PPTX
Kubernetes Presentation
Crevise Technologies
 
PDF
Kubernetes a comprehensive overview
Gabriel Carro
 
PDF
Swarm migration
Janakiram MSV
 
PDF
Scale into Multi-Cloud with Containers
Imesh Gunaratne
 
PDF
Kubernetes Deployment Tutorial | Kubernetes Tutorial For Beginners | Kubernet...
Edureka!
 
PPTX
Kubernetes for Beginners: An Introductory Guide
Bytemark
 
PPTX
Cloudify 4.2 Webinar - Agility & Control
Cloudify Community
 
Meteor South Bay Meetup - Kubernetes & Google Container Engine
Kit Merker
 
Introduction of Kubernetes - Trang Nguyen
Trang Nguyen
 
[GS네오텍] Google Kubernetes Engine
GS Neotek
 
A Primer on Kubernetes and Google Container Engine
RightScale
 
Kubernetes intro
Pravin Magdum
 
Kubernetes Webinar - Using ConfigMaps & Secrets
Janakiram MSV
 
Getting started with Azure Container Service (AKS)
Janakiram MSV
 
Google Cloud platform: GKE with CI/CD using CircleCI and Flux
komaldevg
 
Working with kubernetes
Nagaraj Shenoy
 
Kubernetes day 2_jozef_halgas_pf
Juraj Hantak
 
以 Kubernetes 部屬 Spark 大數據計算環境
inwin stack
 
Intro to creating kubernetes operators
Juraj Hantak
 
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Edureka!
 
Kubernetes Presentation
Crevise Technologies
 
Kubernetes a comprehensive overview
Gabriel Carro
 
Swarm migration
Janakiram MSV
 
Scale into Multi-Cloud with Containers
Imesh Gunaratne
 
Kubernetes Deployment Tutorial | Kubernetes Tutorial For Beginners | Kubernet...
Edureka!
 
Kubernetes for Beginners: An Introductory Guide
Bytemark
 
Cloudify 4.2 Webinar - Agility & Control
Cloudify Community
 

Similar to Google container engine (GKE) (20)

PPTX
Google Cloud Fundamentals by CloudZone
Idan Tohami
 
PDF
Powerup & GCP | Workshop on Google Kubernetes Engine
Powerup
 
PPTX
Session 4 GCCP.pptx
DSCIITPatna
 
PDF
Google Tech Talk with Dr. Eric Brewer in Korea Apr.27.2015
Chris Jang
 
PDF
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...
OW2
 
PPTX
.docker : how to deploy Digital Experience in a container drinking a cup of c...
Andrea Fontana
 
PPTX
docker : how to deploy Digital Experience in a container drinking a cup of co...
Matteo Bisi
 
PDF
Getting started with kubernetes
Janakiram MSV
 
PDF
Understanding Docker and IBM Bluemix Container Service
Andrew Ferrier
 
PPTX
Kube journey 2017-04-19
Doug Davis
 
PDF
Google Cloud Platform and Kubernetes
Kasper Nissen
 
PPTX
Programming the world with Docker
Patrick Chanezon
 
PPTX
Google Cloud Platform Updates
Romin Irani
 
PPTX
.docker : How to deploy Digital Experience in a container, drinking a cup of ...
ICON UK EVENTS Limited
 
PDF
Driving Digital Transformation With Containers And Kubernetes Complete Deck
SlideTeam
 
PDF
Understanding Kubernetes
Tu Pham
 
PDF
Speed & Agility of Innovation with Docker & Kubernetes
ICS
 
PPTX
Docker Platform 1.9
Docker, Inc.
 
PDF
Container landscape 2015 vs 2021
Barton George
 
PPTX
DockerCon EU 2017 Recap
Patrick Chanezon
 
Google Cloud Fundamentals by CloudZone
Idan Tohami
 
Powerup & GCP | Workshop on Google Kubernetes Engine
Powerup
 
Session 4 GCCP.pptx
DSCIITPatna
 
Google Tech Talk with Dr. Eric Brewer in Korea Apr.27.2015
Chris Jang
 
OW2con'16 Keynote address: Kubernetes, the rising tide of systems administrat...
OW2
 
.docker : how to deploy Digital Experience in a container drinking a cup of c...
Andrea Fontana
 
docker : how to deploy Digital Experience in a container drinking a cup of co...
Matteo Bisi
 
Getting started with kubernetes
Janakiram MSV
 
Understanding Docker and IBM Bluemix Container Service
Andrew Ferrier
 
Kube journey 2017-04-19
Doug Davis
 
Google Cloud Platform and Kubernetes
Kasper Nissen
 
Programming the world with Docker
Patrick Chanezon
 
Google Cloud Platform Updates
Romin Irani
 
.docker : How to deploy Digital Experience in a container, drinking a cup of ...
ICON UK EVENTS Limited
 
Driving Digital Transformation With Containers And Kubernetes Complete Deck
SlideTeam
 
Understanding Kubernetes
Tu Pham
 
Speed & Agility of Innovation with Docker & Kubernetes
ICS
 
Docker Platform 1.9
Docker, Inc.
 
Container landscape 2015 vs 2021
Barton George
 
DockerCon EU 2017 Recap
Patrick Chanezon
 
Ad

More from Md. Sadhan Sarker (6)

PDF
Up and Running with gRPC & Cloud Career [GDG-Cloud-Dhaka-IO/2022}
Md. Sadhan Sarker
 
PDF
Android Hands On Training
Md. Sadhan Sarker
 
PDF
DDD knowledge sharing
Md. Sadhan Sarker
 
PDF
Journey to cloud engineering
Md. Sadhan Sarker
 
PDF
Up and Running with firebase
Md. Sadhan Sarker
 
PPTX
Software architecture patterns
Md. Sadhan Sarker
 
Up and Running with gRPC & Cloud Career [GDG-Cloud-Dhaka-IO/2022}
Md. Sadhan Sarker
 
Android Hands On Training
Md. Sadhan Sarker
 
DDD knowledge sharing
Md. Sadhan Sarker
 
Journey to cloud engineering
Md. Sadhan Sarker
 
Up and Running with firebase
Md. Sadhan Sarker
 
Software architecture patterns
Md. Sadhan Sarker
 
Ad

Recently uploaded (20)

PDF
4 Tier Teamcenter Installation part1.pdf
VnyKumar1
 
PPTX
Sensor IC System Design Using COMSOL Multiphysics 2025-July.pptx
James D.B. Wang, PhD
 
PPTX
NEBOSH HSE Process Safety Management Element 1 v1.pptx
MohamedAli92947
 
PDF
All chapters of Strength of materials.ppt
girmabiniyam1234
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PPTX
00-ClimateChangeImpactCIAProcess_PPTon23.12.2024-ByDr.VijayanGurumurthyIyer1....
praz3
 
PDF
July 2025 - Top 10 Read Articles in Network Security & Its Applications.pdf
IJNSA Journal
 
PDF
Farm Machinery and Equipments Unit 1&2.pdf
prabhum311
 
PDF
SG1-ALM-MS-EL-30-0008 (00) MS - Isolators and disconnecting switches.pdf
djiceramil
 
PDF
Natural Language processing and web deigning notes
AnithaSakthivel3
 
PDF
MRI Tool Kit E2I0500BC Plus Presentation
Ing. Ph. J. Daum GmbH & Co. KG
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PDF
勉強会資料_An Image is Worth More Than 16x16 Patches
NABLAS株式会社
 
PDF
Natural Language processing and web deigning notes
AnithaSakthivel3
 
PDF
Jual GPS Geodetik CHCNAV i93 IMU-RTK Lanjutan dengan Survei Visual
Budi Minds
 
PDF
IEEE EMBC 2025 「Improving electrolaryngeal speech enhancement via a represent...
NU_I_TODALAB
 
PPTX
Basics of Auto Computer Aided Drafting .pptx
Krunal Thanki
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
4 Tier Teamcenter Installation part1.pdf
VnyKumar1
 
Sensor IC System Design Using COMSOL Multiphysics 2025-July.pptx
James D.B. Wang, PhD
 
NEBOSH HSE Process Safety Management Element 1 v1.pptx
MohamedAli92947
 
All chapters of Strength of materials.ppt
girmabiniyam1234
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
00-ClimateChangeImpactCIAProcess_PPTon23.12.2024-ByDr.VijayanGurumurthyIyer1....
praz3
 
July 2025 - Top 10 Read Articles in Network Security & Its Applications.pdf
IJNSA Journal
 
Farm Machinery and Equipments Unit 1&2.pdf
prabhum311
 
SG1-ALM-MS-EL-30-0008 (00) MS - Isolators and disconnecting switches.pdf
djiceramil
 
Natural Language processing and web deigning notes
AnithaSakthivel3
 
MRI Tool Kit E2I0500BC Plus Presentation
Ing. Ph. J. Daum GmbH & Co. KG
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
勉強会資料_An Image is Worth More Than 16x16 Patches
NABLAS株式会社
 
Natural Language processing and web deigning notes
AnithaSakthivel3
 
Jual GPS Geodetik CHCNAV i93 IMU-RTK Lanjutan dengan Survei Visual
Budi Minds
 
IEEE EMBC 2025 「Improving electrolaryngeal speech enhancement via a represent...
NU_I_TODALAB
 
Basics of Auto Computer Aided Drafting .pptx
Krunal Thanki
 
Zero Carbon Building Performance standard
BassemOsman1
 

Google container engine (GKE)

  • 1. “Google Container Engine” Essential… 1 MD. SADHAN SARKER Software Engineer Leads Corporation Limited. L- 101
  • 2. ❑ Introduction. ❑ What is Virtualization & Containerization? ❑ Why Container Orchestrator? ❑ Kubernetes Vs. Google Container Engine (GKE)? ❑ Containerization-Live Demo :). # Agenda! We Are Going To Cover:- “Google Container Engine” Essential … 2
  • 3. # Introduction – Google Cloud 3 Google Cloud (Set of Solutions and Products) GCP G-Suite More Solutions and Products ….. Google Container Engine, Now officially know as Google Kubernetes Engine (GKE).
  • 4. # Introduction – Google Cloud Platform 4 Google Cloud Platform (Consists set of physical resource assets that are contained in Google’s Data Centers) Computer & Hard Disk Drives Virtual Resources like VMs GCP Resources are located globally (Those resources accessing through services) GCP Products GCP Services Officers ❖ Computing and hosting ❖ Storage ❖ Networking ❖ Big data ❖ Machine Learning ... for your applications
  • 5. # Introduction – Google Cloud Platform Services 5 ❖ FASS (Function as Service) ❖ PASS (Platform as Service) ❖ Container Cluster ❖ VM infrastructure
  • 6. # Introduction – Google Cloud Platform Services 6 ❖ FASS (Function as Service) ❖ PASS (Platform as Service) ❖ Container Cluster ❖ VM infrastructure ❖ PaaS Functions Application Runtime Operating System Infrastructure Vendor like GCP, AWS etc. Developer ❖ FaaS Functions Application Runtime Operating System Infrastructure Vendor like GCP, AWS etc. Developer
  • 7. # - What is Virtualization & Containerization? 7 Hypervisor Host OS/Kernel Infrastructure (Hardware, RAM, CPU, GPU) ❖ Virtualization Bins/Libs PHP 7.1 Guest OS VM Bins/Libs PHP 7.2 Guest OS VM Bins/Libs PHP 7.0 Guest OS VM Bins/Libs PHP 5.6 Guest OS VM Container Engine Host OS/Kernel Bins/Libs PHP 7.2 Bins/Libs PHP 7.0 Bins/Libs PHP 5.6 Bins/Libs PHP 7.1 ❖ Containerization Bins/Libs MySQL MySQL Bins/Libs Python Bins/Libs PHP 7.2 Infrastructure (Hardware, RAM, CPU, GPU)
  • 8. # - Why Container Orchestrator? 8 # It is all about managing the lifecycles of containers, especially in large, dynamic environments. ❑ Exposure external services that are running in a container with the outside world. ❑ It allows you to deploy, manage multi-container applications at scale and Load balancing. ❑ Monitoring health of containers and hosts.
  • 9. # Kubernetes Vs. Google Container Engine (GKE)? 9 Name given by cloud providers like GCP (GKE), AWS (EKS), and Azure (AKS) to their fully manager Kubernetes service. The main difference here is that the cloud providers manage the main aspects of your Kubernetes clusters, such as installing it, scaling the nodes, displaying pods running on their cloud console, provide monitoring, etc. ❑ Kubernetes Engine Kubernetes is an open-source container orchestration system for automating application deployment, scaling, and management tool that can be run on a Linux and now a Windows server too. It was originally designed by Google, and is now maintained by the Cloud Native Computing Foundation ❑ Kubernetes
  • 11. # Resource References … 11 https://cloud.google.com/docs/overview https://cloud.google.com/products/ https://cloud.google.com/docs/overview/cloud-platform-services https://kubernetes.io/docs/tutorials/kubernetes-basics/ https://www.docker.com/