SlideShare une entreprise Scribd logo
1  sur  27
Télécharger pour lire hors ligne
1
You need to know these projects
How to Integrate Kubernetes in OpenStack
2About Me
Student at NUTC , I want be a engineer
Jason Li
Previous developer of Java and Android
Now researching cloud native open source
3Agenda
Today I will talk about those
Kolla
Magnum
Zun
OpenStack
kubernetes
Introduce knowledge about
Kubernetes
Introducing the field about
OpenStack
OpenStack Container
related projects OpenStack Management
Container related projects
OpenStack Conversion
Container project
4Borg
Large-scale cluster management at Google with Borg
● BorgMaster:represents the entire cluster of brains
● Scheduer: represents the scheduling of tasks
● Borglet:represents a real operational task
● borgcfg:used to interact with the Borg system
5
What is Kubernetes
Google and donated to the Cloud Native Computing Foundation.
Kubernetes is an open-source system for automating deployment,
scaling and management of containerized applications.
7Why Kubernetes
It has many important features
MonitoringConfig Rolling-update Secret Self-fix
8
What is OpenStack
Users either manage it through a web-based dashboard, through
command-line tools, or through RESTfulweb services.
OpenStack is a free and open-source software platform for cloud
computing , networking and stroge
9Why OpenStack
OpenStack is made up of many different moving parts. 
Nova
Glance
Neutron
Keystone
10Zun
Zun (ex. Higgins) is a Container Management service for OpenStack.
Neutron Net
Neutron Net
11Zun Architecture
Zun Compute
Neutron
Docker
Kuryr
Zun API
Nova
Glance ApplicationKeyStone
12Magnum
Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containersMagnum
DockerSwarm
Mesos
Kubernetes
Container
COE
Container Organizations Engine
13
Integration
Multi-tenancy
Speedup
Scalable
Abstract
OpenStack integrates Container
Container start faster
Node is easy scalable
GoalComplete multi-tenancyImp lementation
Provide abstract cluster
14Multi-tenancyImp lementation
Lorem ipsum dolor sit amet, consectetur adipiscing elit
Magnum
Manager 1
DockerSwam
Container
Kubernetes
Container
Manager 2
Mesos
Manager 3
Nova
Instance
DockerSwam Kubernetes
Container
Manager 4
Kubernetes
Container
15Kolla
Kolla provides production-ready containers and deployment tools for operating OpenStack clouds that are scalable, fast, reliable,
and upgradable using community best practices.
Container Docker ScalableKolla
Operating-system-level
virtualization, also known
as containerization, refers
to an operating system
feature in which the
kernel allows the
existence of multiple
isolated user-space
instances. Such
instances, called
containers
Docker is a software
technology providing
containers, promoted by
the company Docker, Inc.
Docker provides an
additional layer of
abstraction and
automation of operating-
system-level virtualization
on Windows and Linux.
Kolla provides
production-ready
containers and
deployment tools for
operating OpenStack
clouds that are scalable,
fast, reliable, and
upgradable using
community best
practices.
Any service that handles
additional load by
increasing the number of
containers of the service
is considered
“horizontally scalable”.
17What is Feature ?
Lorem ipsum dolor sit amet, consectetur adipiscing elit
Kolla Kubernetes Kuryr Kubernetes
Stackube OpenStack Helm
Kata
183D Kolla Model
provides production-ready containers
Kolla
Operating-system-level virtualization
Container
Docker is a software technology
providing containers
Docker
Kubernetes is an open-source system
for automating deployment, scaling
Kubernetes
Linux is a name that broadly denotes
a family of free and open-source
Linux
OverviewTo provide production-ready
containers and deployment tools
for operating OpenStack clouds.
19
Kuryr-Kubernetes
Bridge between containers frameworks networking models to
OpenStack networking abstraction.
The Kuryr-Kubernetes effort is focused to be the courier that delivers
Neutron networking and services to Kubernetes.
KOLLA
KUBERNETES
Kuryr-Kubernetes OverView
What is OpenStack-Helm?
The goal of OpenStack-Helm is to provide a collection of Helm charts that simply, resiliently,
and flexibly deploy OpenStack and related services on Kubernetes.
Kubernetes Underlay of OpenStack
The Infrastructure Sandwich
• Bare metal, Virtual machine and Container.
• Auto-scale the Kubernetes Cluster.
• Helm-based Application deployment on Kubernetes.
• Multi-tenancy environment.
• Manage multiple Kubernetes cluster.
What is Stackube?
Stackube is a Kubernetes-centric OpenStack distro. It uses Kubernetes, instead of Nova, as
the compute fabric controller, to provision containers as the compute instance, along with other
OpenStack services (e.g. Cinder, Neutron).
It supports multiple container runtime technologies, e.g. Docker, Hyper, and offers built-in
soft / hard multi-tenancy (depending on the container runtime used).
Stackube OverView
What is Kata?
Kata Containers™ is a new open source project,which aims to unite the
security advantages of virtual machines (VMs) with the speed and
manageability of container technologies
It supports OCI & CRI
It is included the Agent, Runtime, Proxy, Shim, Kernel and QEMU 2.9
 How to Integrate Kubernetes in OpenStack

Contenu connexe

Tendances

Tendances (20)

Kubernetes - introduction
Kubernetes - introductionKubernetes - introduction
Kubernetes - introduction
 
A brief study on Kubernetes and its components
A brief study on Kubernetes and its componentsA brief study on Kubernetes and its components
A brief study on Kubernetes and its components
 
Helm - Application deployment management for Kubernetes
Helm - Application deployment management for KubernetesHelm - Application deployment management for Kubernetes
Helm - Application deployment management for Kubernetes
 
Kubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory GuideKubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory Guide
 
An Introduction to Kubernetes
An Introduction to KubernetesAn Introduction to Kubernetes
An Introduction to Kubernetes
 
01. Kubernetes-PPT.pptx
01. Kubernetes-PPT.pptx01. Kubernetes-PPT.pptx
01. Kubernetes-PPT.pptx
 
Kubernetes Webinar - Using ConfigMaps & Secrets
Kubernetes Webinar - Using ConfigMaps & Secrets Kubernetes Webinar - Using ConfigMaps & Secrets
Kubernetes Webinar - Using ConfigMaps & Secrets
 
Kubernetes training
Kubernetes trainingKubernetes training
Kubernetes training
 
Intro to Helm for Kubernetes
Intro to Helm for KubernetesIntro to Helm for Kubernetes
Intro to Helm for Kubernetes
 
Kubernetes Basics
Kubernetes BasicsKubernetes Basics
Kubernetes Basics
 
Kubernetes Basics
Kubernetes BasicsKubernetes Basics
Kubernetes Basics
 
Kubernetes - A Comprehensive Overview
Kubernetes - A Comprehensive OverviewKubernetes - A Comprehensive Overview
Kubernetes - A Comprehensive Overview
 
Kubernetes 101
Kubernetes 101Kubernetes 101
Kubernetes 101
 
Kubernetes 101 for Beginners
Kubernetes 101 for BeginnersKubernetes 101 for Beginners
Kubernetes 101 for Beginners
 
(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview
 
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
 
stupid-simple-kubernetes-final.pdf
stupid-simple-kubernetes-final.pdfstupid-simple-kubernetes-final.pdf
stupid-simple-kubernetes-final.pdf
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetes
 
Deep Dive into Docker Swarm Mode
Deep Dive into Docker Swarm ModeDeep Dive into Docker Swarm Mode
Deep Dive into Docker Swarm Mode
 
Deep dive into Kubernetes Networking
Deep dive into Kubernetes NetworkingDeep dive into Kubernetes Networking
Deep dive into Kubernetes Networking
 

Similaire à How to Integrate Kubernetes in OpenStack

The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...
The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...
The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...
Daniel Krook
 

Similaire à How to Integrate Kubernetes in OpenStack (20)

How to integrate Kubernetes in OpenStack: You need to know these project
How to integrate Kubernetes in OpenStack: You need to know these projectHow to integrate Kubernetes in OpenStack: You need to know these project
How to integrate Kubernetes in OpenStack: You need to know these project
 
Containers, OCI, CNCF, Magnum, Kuryr, and You!
Containers, OCI, CNCF, Magnum, Kuryr, and You!Containers, OCI, CNCF, Magnum, Kuryr, and You!
Containers, OCI, CNCF, Magnum, Kuryr, and You!
 
Open Container Technologies and OpenStack - Sorting Through Kubernetes, the O...
Open Container Technologies and OpenStack - Sorting Through Kubernetes, the O...Open Container Technologies and OpenStack - Sorting Through Kubernetes, the O...
Open Container Technologies and OpenStack - Sorting Through Kubernetes, the O...
 
The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...
The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...
The Containers Ecosystem, the OpenStack Magnum Project, the Open Container In...
 
9 ways to consume kubernetes on open stack in 15 mins (k8s meetup)
9 ways to consume kubernetes on open stack in 15 mins (k8s meetup)9 ways to consume kubernetes on open stack in 15 mins (k8s meetup)
9 ways to consume kubernetes on open stack in 15 mins (k8s meetup)
 
Oscon 2017: Build your own container-based system with the Moby project
Oscon 2017: Build your own container-based system with the Moby projectOscon 2017: Build your own container-based system with the Moby project
Oscon 2017: Build your own container-based system with the Moby project
 
Kubernetes for Java developers
Kubernetes for Java developersKubernetes for Java developers
Kubernetes for Java developers
 
Getting started with google kubernetes engine
Getting started with google kubernetes engineGetting started with google kubernetes engine
Getting started with google kubernetes engine
 
Kubernetes - An introduction
Kubernetes - An introductionKubernetes - An introduction
Kubernetes - An introduction
 
From development to production: Deploying Java and Scala apps to kubernetes
From development to production: Deploying Java and Scala apps to kubernetesFrom development to production: Deploying Java and Scala apps to kubernetes
From development to production: Deploying Java and Scala apps to kubernetes
 
Kubernetes: https://youtu.be/KnjnQj-FvfQ
Kubernetes: https://youtu.be/KnjnQj-FvfQKubernetes: https://youtu.be/KnjnQj-FvfQ
Kubernetes: https://youtu.be/KnjnQj-FvfQ
 
OpenStack - An Overview
OpenStack - An OverviewOpenStack - An Overview
OpenStack - An Overview
 
Mesos and Kubernetes ecosystem overview
Mesos and Kubernetes ecosystem overviewMesos and Kubernetes ecosystem overview
Mesos and Kubernetes ecosystem overview
 
Containerize! Between Docker and Jube.
Containerize! Between Docker and Jube.Containerize! Between Docker and Jube.
Containerize! Between Docker and Jube.
 
6 Steps Functionality Hacks To Kubernetes - 2023 Update.pdf
6 Steps Functionality Hacks To Kubernetes - 2023 Update.pdf6 Steps Functionality Hacks To Kubernetes - 2023 Update.pdf
6 Steps Functionality Hacks To Kubernetes - 2023 Update.pdf
 
Kubernetes: A Top Notch Automation Solution
Kubernetes: A Top Notch Automation SolutionKubernetes: A Top Notch Automation Solution
Kubernetes: A Top Notch Automation Solution
 
Your Developers Can Be Heroes on Kubernetes
Your Developers Can Be Heroes on KubernetesYour Developers Can Be Heroes on Kubernetes
Your Developers Can Be Heroes on Kubernetes
 
Building Cloud-Native Applications with Kubernetes, Helm and Kubeless
Building Cloud-Native Applications with Kubernetes, Helm and KubelessBuilding Cloud-Native Applications with Kubernetes, Helm and Kubeless
Building Cloud-Native Applications with Kubernetes, Helm and Kubeless
 
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with KubernetesSumo Logic Cert Jam - Advanced Metrics with Kubernetes
Sumo Logic Cert Jam - Advanced Metrics with Kubernetes
 
Getting started with OpenStack
Getting started with OpenStackGetting started with OpenStack
Getting started with OpenStack
 

Dernier

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Dernier (20)

University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 

How to Integrate Kubernetes in OpenStack

  • 1. 1 You need to know these projects How to Integrate Kubernetes in OpenStack
  • 2. 2About Me Student at NUTC , I want be a engineer Jason Li Previous developer of Java and Android Now researching cloud native open source
  • 3. 3Agenda Today I will talk about those Kolla Magnum Zun OpenStack kubernetes Introduce knowledge about Kubernetes Introducing the field about OpenStack OpenStack Container related projects OpenStack Management Container related projects OpenStack Conversion Container project
  • 4. 4Borg Large-scale cluster management at Google with Borg ● BorgMaster:represents the entire cluster of brains ● Scheduer: represents the scheduling of tasks ● Borglet:represents a real operational task ● borgcfg:used to interact with the Borg system
  • 5. 5 What is Kubernetes Google and donated to the Cloud Native Computing Foundation. Kubernetes is an open-source system for automating deployment, scaling and management of containerized applications.
  • 6.
  • 7. 7Why Kubernetes It has many important features MonitoringConfig Rolling-update Secret Self-fix
  • 8. 8 What is OpenStack Users either manage it through a web-based dashboard, through command-line tools, or through RESTfulweb services. OpenStack is a free and open-source software platform for cloud computing , networking and stroge
  • 9. 9Why OpenStack OpenStack is made up of many different moving parts.  Nova Glance Neutron Keystone
  • 10. 10Zun Zun (ex. Higgins) is a Container Management service for OpenStack. Neutron Net Neutron Net
  • 11. 11Zun Architecture Zun Compute Neutron Docker Kuryr Zun API Nova Glance ApplicationKeyStone
  • 12. 12Magnum Magnum is an OpenStack project which offers container orchestration engines for deploying and managing containersMagnum DockerSwarm Mesos Kubernetes Container COE Container Organizations Engine
  • 13. 13 Integration Multi-tenancy Speedup Scalable Abstract OpenStack integrates Container Container start faster Node is easy scalable GoalComplete multi-tenancyImp lementation Provide abstract cluster
  • 14. 14Multi-tenancyImp lementation Lorem ipsum dolor sit amet, consectetur adipiscing elit Magnum Manager 1 DockerSwam Container Kubernetes Container Manager 2 Mesos Manager 3 Nova Instance DockerSwam Kubernetes Container Manager 4 Kubernetes Container
  • 15. 15Kolla Kolla provides production-ready containers and deployment tools for operating OpenStack clouds that are scalable, fast, reliable, and upgradable using community best practices. Container Docker ScalableKolla Operating-system-level virtualization, also known as containerization, refers to an operating system feature in which the kernel allows the existence of multiple isolated user-space instances. Such instances, called containers Docker is a software technology providing containers, promoted by the company Docker, Inc. Docker provides an additional layer of abstraction and automation of operating- system-level virtualization on Windows and Linux. Kolla provides production-ready containers and deployment tools for operating OpenStack clouds that are scalable, fast, reliable, and upgradable using community best practices. Any service that handles additional load by increasing the number of containers of the service is considered “horizontally scalable”.
  • 16.
  • 17. 17What is Feature ? Lorem ipsum dolor sit amet, consectetur adipiscing elit Kolla Kubernetes Kuryr Kubernetes Stackube OpenStack Helm Kata
  • 18. 183D Kolla Model provides production-ready containers Kolla Operating-system-level virtualization Container Docker is a software technology providing containers Docker Kubernetes is an open-source system for automating deployment, scaling Kubernetes Linux is a name that broadly denotes a family of free and open-source Linux OverviewTo provide production-ready containers and deployment tools for operating OpenStack clouds.
  • 19. 19 Kuryr-Kubernetes Bridge between containers frameworks networking models to OpenStack networking abstraction. The Kuryr-Kubernetes effort is focused to be the courier that delivers Neutron networking and services to Kubernetes. KOLLA KUBERNETES
  • 21. What is OpenStack-Helm? The goal of OpenStack-Helm is to provide a collection of Helm charts that simply, resiliently, and flexibly deploy OpenStack and related services on Kubernetes.
  • 23. The Infrastructure Sandwich • Bare metal, Virtual machine and Container. • Auto-scale the Kubernetes Cluster. • Helm-based Application deployment on Kubernetes. • Multi-tenancy environment. • Manage multiple Kubernetes cluster.
  • 24. What is Stackube? Stackube is a Kubernetes-centric OpenStack distro. It uses Kubernetes, instead of Nova, as the compute fabric controller, to provision containers as the compute instance, along with other OpenStack services (e.g. Cinder, Neutron). It supports multiple container runtime technologies, e.g. Docker, Hyper, and offers built-in soft / hard multi-tenancy (depending on the container runtime used).
  • 26. What is Kata? Kata Containers™ is a new open source project,which aims to unite the security advantages of virtual machines (VMs) with the speed and manageability of container technologies It supports OCI & CRI It is included the Agent, Runtime, Proxy, Shim, Kernel and QEMU 2.9