Kubernetes Vs VM Presentation
Kubernetes Vs VM Presentation
Kubernetes Vs VM Presentation
https://www.ovirt.org/
1
kubernetes is an ecosystem...
https://redmonk.com/sogrady/2017/09/22/cloud-native-license-choices/
2
kubernetes won the container
orchestration war...
http://blog.shippable.com/why-the-adoption-of-kubernetes-will-explode-in-2018
3
vm vs container
vm vm
container container container
app app
app app app
libs libs
libs libs libs
os os
hardware hardware
4
staging environment for CDP 2.0
Master node Worker node 1 Worker node 2 Windows Server 2019
Stand alone
Docker engine – Docker engine – Docker engine – server – run
19.03.5 19.03.5 19.03.5 windows tasks –
create with
OS – Centos 7.7 OS – Centos 7.7 OS – Centos 7.7 quick vm
hardware
5
isolation
cgroups namespaces
• cpu • pids
• memory • mnts
• network • etc.
• disk I/O
• etc.
Chroot (filesystem)
6
container images
Writable Layer
7
container = image + isolation
cgroups
• cpu
• memory
• network
• disk I/O
• etc.
8
pets vs cattle
10