SlideShare a Scribd company logo
Linux, 'Docker' and Kubernetes -
changing the perspective
Christian Holsing
Senior Product Manager – SLES for SAP Applications
Christian.Holsing@suse.com
2
What I do these days
● Product managing SUSE distribution for SAP Applications
(SLES for SAP Applications), owning 75% of all Linux based
SAP installations
– New SAP tooling for clients
– CSP deployments and partners
– Deployment automation through SALT (and Ansible)
● Enablement of new technologies
– Intel Optane DCPMM
● Drive Container technology into SAP deployments
– SAP DataHub
● Worrying about mission critical systems and associated
requirements
Enterprise Linux
Yesterday – today – tomorrow
4
In the beginnig ...
5
In the beginning ...
… was „the Box“.
SUSE services
● production („compile“)
● Assemble
● Documentation
● Sales
● Training
● Support
6
Enterprise Linux
● from 1999 – Industry partnerships
● 2000-10-31 first Enterprise Linux
SuSE Linux Enterprise Server for S/390
● 2001
SuSE Linux Enterprise Server for 32bit „PC“
● 2003
64bit „PC“ Architektur (x86-64)
● 2006
Xen Open Source Virtualization
● 2012
Linux Container Support
...
● 2016
support of 64bit ARM Architectur
7
From Unix to Linux (Unix to Linux)
Questions
● Is Linux capable of handling typical UNIX “mission critical” workloads?
● Does Linux scale sufficiently?
● What is missing?
Timing
● In discussion since 2000
● Strong impulse since 2008 / 2009
Today
● Linux is dominating
8
Zero Downtime
High
Availability
& Geo Clustering
RAS
Live
Patching
System
Rollback
Lifecycle: up to 13 years of support
9
SUSE Linux
Enterprise
Server
Monolithic
Past
SUSE Linux
Enterprise
Server
Live
Patch
HA
GEO
Real
Time
Containers
Web/
Script
Public
Cloud
Modular
HA
SAP
Soln
Server
Unified
Installer
Unified
Installer
SUSE
MicroOS
(=SUSE Linux
Enterprise
Server)
SUSE CaaS
Platform
Modular+
Multimodal
Live
Patch
Server
Web/
Script
Unified
Installer
Multimodal OS: one operating system –
Different speeds
10
How big is the largest Enterprise Linux System?
C.
RAM: 1 TiB
Cores:1024
B.
RAM: 64 GiB
Cores: 64
D.
RAM: 64 TiB
Cores: 4096
A.
RAM: 1 GiB
Cores: 4
11
How big is the largest Enterprise Linux System?
C.
RAM: 1 TiB
Cores: 1024
B.
RAM: 64 GiB
Cores: 64
A.
RAM: 1 GiB
Cores: 4
D.
RAM: 64 TiB
Cores: 4096
12
How small is the smallest Enterprise Linux
System?
C.
RAM: 1 TiB
Cores: 1024
B.
RAM: 64 GiB
Cores: 64
D.
RAM: 64 TiB
Cores: 4096
A.
RAM: 1 GiB
Cores: 4
13
How small is the smallest Enterprise Linux
System?
C.
RAM: 1 TiB
Cores: 1024
B.
RAM: 64 GiB
Cores: 64
A.
RAM: 1 GiB
Cores: 4
D.
RAM: 64 TiB
Cores: 4096
openSUSE und SUSE
15
openSUSE Leap
Tumbleweed
Shared Core
8000 Packages>
Community
Developed
Rolling Updates
Rolling Base
System
openSUSE
Leap
Over 6000
Packages
Community
Developed
SUSE® Linux
Enterprise
Enterprise
Packages
SUSE Developed
Stable Base
System
Regular Updates
Stable Base
System
Regular Updates
Shared Core
16
Upstream first!?
● Code changes are first shared with the larger open source communities
● Advantages
– Peer-Review
– Seek for best possible outcome
– Faster improvements (collective intelligence)
– Longterm maintainability and stability of interfaces
● challenges
– Differentiation not (only) possible through code and features
→ competition through
– Services
– Reassembly of function
17
YaST
Collaboration, Contribution, Community
18
19
How do Container apply to me?
● Running applications?
● Providing services?
● …?
20
The two brains of IT
Mode 2Mode 1
Agile, DevOpsWaterfall, ITIL
New & Uncertain ProjectsConventional Projects
Short Cycle (days, weeks)
Long-cycle Times
(months)
AgilityReliability
21
45% of organizations claim to have some
form of bimodal capability today.
Traditional IT
Mode 1
Agile IT
Mode 2
Two Worlds of IT Need a Bridge
22
Challenges in Context of Containers
Developers
Frequent releases vs. staged
production schedule.
“It works on my machine.”
• Manage growing services
• Reliability and uptime of new
applications
• Time to market
• Efficiency
New features;
Faster please!
Operations
23
What are containers, really?
24
OS-level or application virtualization with Linux Containers (LXC) and
container engine. Support for Windows Subsystem for Linux (WSL).
Containers
25
What are containers – two views
● Operations
● Components of Linux kernel and OS
● Image format, specific tools
● Isolation
● High density
● Smaller, lighter, faster
● Orchestration, management
● Applications
● Packaging
● Share easily
● Easily extensible
● Scale up/down
● Self-contained
● Micro-services
26
Linux Containers
• System containers
– Full system in the container (no kernel)
– libvirt-lxc
• Application containers
– One process per container
– Docker, podman, ...
– Rich ecosystem
27
Linux Containers
Server
Host OS
Bins/Libs
App
A
Guest OS
Bins/Libs
App
B
Guest OS
Kernel
Hypervisor (Type 2)
Bins/Libs
App
A'
Guest OS
Bins/Libs
App
B'
Application
container
Systemcontainer
Guest OS
Kernel
28
Advantages of Linux Containers
Lightweight virtualization solution
● Isolated from the other processes
● 1 kernel to rule them all
● Normal I/O
● Dynamic changes possible without reboot
● Nested virtualization is not a problem
● No boot time or very short one
Isolate services (e.g. web server, ftp, …)
Much more (see furter)
...
29
Linux Containers – Limitations
They cannot run a different OS/architecture
● Cannot run Windows containers on Linux
Risk of escaping from containers
● Solution: user namespaces
Shared kernel with the host
● Syscall exploits can be exploited from within the container
● Solution: seccomp2
Security measures
● Patch, don’t use root, kernel capabilities, confinement
● Use VMs
30
Containers and orchestration
• Standalone container host
– SLES, container engine, registry (Portus)
• Orchestrated datacenter
– SUSE CaaS Platform (Micro OS, K8s)
– Containerized applications, micro services
• Bi-modal datacenter
– SUSE CaaS Platform + SUSE OpenStack Cloud
– Combination of traditional IT + agile (containers)
31
Bimodal IT –
Challenges &
Opportunities
32
33
Containers are standardized
• OCI runtime specification:
• Defines container runtime (API, data structures, …)
• How to start/stop/... containers
• OCI provides a reference implementation: runC
• OCI image format specification:
• Defines how a container image is structured
• Result:
• Avoid vendor lock-in
• Avoid fragmentation
• Containers are truly portable
• Foster innovation
34
Pre-built images
• Docker HUB
– Community, handle with care!
• SUSE Registry (registry.suse.com)
– Enterprise contents, secure, verified, signed
– SUSE Products (CaaS Platform, Cloud Application Platform, …)
– What used to be in SLES Containers module (e.g.: Portus)
35
New world, old problems
• Pulling images from an external registry can be expensive (time, bandwidth)
• Pulling isn’t even possible in some scenarios (air-gapped environments)
• The same applies to helm charts
• RPM world had the same problems: solved with tools like SMT (more
recently RMT)
Engage 2019  - SUSE Linux and Container update

More Related Content

PDF
SUSE Expert Days Paris 2018 – SLE 15
PDF
OpenNebula TechDay Boston 2015 - installing and basic usage
PDF
Open stack wtf_(1)
PDF
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
PDF
DevOps: Arquitectura, Estrategia y Modelo
PDF
A complete Open Source cloud: Storage, Virt, IaaS, PaaS
PPTX
SDN Symposium - Cybera
PPT
Civil War: LXD vs Docker
SUSE Expert Days Paris 2018 – SLE 15
OpenNebula TechDay Boston 2015 - installing and basic usage
Open stack wtf_(1)
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
DevOps: Arquitectura, Estrategia y Modelo
A complete Open Source cloud: Storage, Virt, IaaS, PaaS
SDN Symposium - Cybera
Civil War: LXD vs Docker

What's hot (20)

PDF
OpenNebula is Evolving... Fast! - Jaime Melis
PDF
OpenNebula TechDay Boston 2015 - Hyperconvergence and OpenNebula
PDF
Performant and Resilient Storage: The Open Source & Linux Way
PDF
ISC Cloud 2013 - Cloud Architectures for HPC – Industry Case Studies
PDF
OpenNebula TechDay Waterloo 2015 - Hyperconvergence and OpenNebula
PDF
SUSE Enterprise Storage - a Gentle Introduction
PDF
Mastering OpenStack - Episode 02 - Simple Architectures
ODP
Gluster ovirt integration_gluster_meetup_pune_2015
PDF
dodai grizzly
PPTX
The Battle of the distros - OS Summit Atlanta2014
PDF
OpenNebula Conf 2014 | Understanding the OpenNebula Model for Cloud Provision...
PPTX
VMWare: Nova and NVP Support - Gary Kotton and Dimitri Desmidt
PDF
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
PPTX
VIO30 Technical Overview
PDF
3 ubuntu open_stack_ceph
PDF
OpenNebula Conf 2014 | Using Ceph to provide scalable storage for OpenNebula ...
PDF
OpenNebula 4.14 Hands-on Tutorial
PDF
PDF
pkgsrc on SmartOS
OpenNebula is Evolving... Fast! - Jaime Melis
OpenNebula TechDay Boston 2015 - Hyperconvergence and OpenNebula
Performant and Resilient Storage: The Open Source & Linux Way
ISC Cloud 2013 - Cloud Architectures for HPC – Industry Case Studies
OpenNebula TechDay Waterloo 2015 - Hyperconvergence and OpenNebula
SUSE Enterprise Storage - a Gentle Introduction
Mastering OpenStack - Episode 02 - Simple Architectures
Gluster ovirt integration_gluster_meetup_pune_2015
dodai grizzly
The Battle of the distros - OS Summit Atlanta2014
OpenNebula Conf 2014 | Understanding the OpenNebula Model for Cloud Provision...
VMWare: Nova and NVP Support - Gary Kotton and Dimitri Desmidt
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
VIO30 Technical Overview
3 ubuntu open_stack_ceph
OpenNebula Conf 2014 | Using Ceph to provide scalable storage for OpenNebula ...
OpenNebula 4.14 Hands-on Tutorial
pkgsrc on SmartOS
Ad

Similar to Engage 2019 - SUSE Linux and Container update (20)

PDF
SUSE Linux Enterprise Server 11 SP2 for IBM PowerLinux
PPTX
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
PDF
Introducción a Microservicios, SUSE CaaS Platform y Kubernetes
PDF
Sviluppare velocemente applicazioni sicure con SUSE CaaS Platform e SUSE Manager
PPTX
Kubernetes solutions
PPTX
Open Source Investments in Mainframe Through the Next Generation - Showcasing...
PDF
Containers - Transforming the data centre as we know it 2016
PDF
Microservices, Containers and Docker
PDF
GWAVACon 2013: Novell Open Enterprise Server - Roadmap and Future
PPTX
Cloudexpowest opensourcecloudcomputing-1by arun kumar
PPTX
Cloudexpowest opensourcecloudcomputing-1by arun kumar
PDF
2013 linux days final
PDF
Linux Distribution Collaboration …on a Mainframe!
PDF
Linux para iniciantes
PDF
Build your own private Cloud environment
PDF
DNUG46 - Build your own private Cloud environment
PDF
Modern Elastic Datacenter Architecture
PDF
RedisDay London 2018 - How Redis Powers BBC Online's Biggest Pages
PDF
Training Ensimag OpenStack 2016
PDF
Ansible for networks
SUSE Linux Enterprise Server 11 SP2 for IBM PowerLinux
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
Introducción a Microservicios, SUSE CaaS Platform y Kubernetes
Sviluppare velocemente applicazioni sicure con SUSE CaaS Platform e SUSE Manager
Kubernetes solutions
Open Source Investments in Mainframe Through the Next Generation - Showcasing...
Containers - Transforming the data centre as we know it 2016
Microservices, Containers and Docker
GWAVACon 2013: Novell Open Enterprise Server - Roadmap and Future
Cloudexpowest opensourcecloudcomputing-1by arun kumar
Cloudexpowest opensourcecloudcomputing-1by arun kumar
2013 linux days final
Linux Distribution Collaboration …on a Mainframe!
Linux para iniciantes
Build your own private Cloud environment
DNUG46 - Build your own private Cloud environment
Modern Elastic Datacenter Architecture
RedisDay London 2018 - How Redis Powers BBC Online's Biggest Pages
Training Ensimag OpenStack 2016
Ansible for networks
Ad

More from Christian Holsing (9)

PDF
Fut1112 - SLES for SAP - The road ahead
PDF
TechEd 2019 SUSE theater session
PPTX
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
PDF
IBM Connect 2013 - AD405
PDF
DNUG keynote - Social business with IBM Connections
PDF
AD404 - Extend your Social Business by integrating SAP Solutions
PDF
Transform Your Business with Alloy by IBM and SAP
PDF
Understand, Extend and Customize Alloy by IBM and SAP
Fut1112 - SLES for SAP - The road ahead
TechEd 2019 SUSE theater session
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
IBM Connect 2013 - AD405
DNUG keynote - Social business with IBM Connections
AD404 - Extend your Social Business by integrating SAP Solutions
Transform Your Business with Alloy by IBM and SAP
Understand, Extend and Customize Alloy by IBM and SAP

Recently uploaded (20)

PDF
Nekopoi APK 2025 free lastest update
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
AI in Product Development-omnex systems
PPTX
Transform Your Business with a Software ERP System
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
history of c programming in notes for students .pptx
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
System and Network Administration Chapter 2
PPTX
ISO 45001 Occupational Health and Safety Management System
PPTX
Introduction to Artificial Intelligence
Nekopoi APK 2025 free lastest update
Design an Analysis of Algorithms II-SECS-1021-03
ManageIQ - Sprint 268 Review - Slide Deck
AI in Product Development-omnex systems
Transform Your Business with a Software ERP System
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Wondershare Filmora 15 Crack With Activation Key [2025
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
2025 Textile ERP Trends: SAP, Odoo & Oracle
PTS Company Brochure 2025 (1).pdf.......
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Odoo Companies in India – Driving Business Transformation.pdf
history of c programming in notes for students .pptx
Online Work Permit System for Fast Permit Processing
Navsoft: AI-Powered Business Solutions & Custom Software Development
Design an Analysis of Algorithms I-SECS-1021-03
System and Network Administration Chapter 2
ISO 45001 Occupational Health and Safety Management System
Introduction to Artificial Intelligence

Engage 2019 - SUSE Linux and Container update

  • 1. Linux, 'Docker' and Kubernetes - changing the perspective Christian Holsing Senior Product Manager – SLES for SAP Applications Christian.Holsing@suse.com
  • 2. 2 What I do these days ● Product managing SUSE distribution for SAP Applications (SLES for SAP Applications), owning 75% of all Linux based SAP installations – New SAP tooling for clients – CSP deployments and partners – Deployment automation through SALT (and Ansible) ● Enablement of new technologies – Intel Optane DCPMM ● Drive Container technology into SAP deployments – SAP DataHub ● Worrying about mission critical systems and associated requirements
  • 3. Enterprise Linux Yesterday – today – tomorrow
  • 5. 5 In the beginning ... … was „the Box“. SUSE services ● production („compile“) ● Assemble ● Documentation ● Sales ● Training ● Support
  • 6. 6 Enterprise Linux ● from 1999 – Industry partnerships ● 2000-10-31 first Enterprise Linux SuSE Linux Enterprise Server for S/390 ● 2001 SuSE Linux Enterprise Server for 32bit „PC“ ● 2003 64bit „PC“ Architektur (x86-64) ● 2006 Xen Open Source Virtualization ● 2012 Linux Container Support ... ● 2016 support of 64bit ARM Architectur
  • 7. 7 From Unix to Linux (Unix to Linux) Questions ● Is Linux capable of handling typical UNIX “mission critical” workloads? ● Does Linux scale sufficiently? ● What is missing? Timing ● In discussion since 2000 ● Strong impulse since 2008 / 2009 Today ● Linux is dominating
  • 8. 8 Zero Downtime High Availability & Geo Clustering RAS Live Patching System Rollback Lifecycle: up to 13 years of support
  • 9. 9 SUSE Linux Enterprise Server Monolithic Past SUSE Linux Enterprise Server Live Patch HA GEO Real Time Containers Web/ Script Public Cloud Modular HA SAP Soln Server Unified Installer Unified Installer SUSE MicroOS (=SUSE Linux Enterprise Server) SUSE CaaS Platform Modular+ Multimodal Live Patch Server Web/ Script Unified Installer Multimodal OS: one operating system – Different speeds
  • 10. 10 How big is the largest Enterprise Linux System? C. RAM: 1 TiB Cores:1024 B. RAM: 64 GiB Cores: 64 D. RAM: 64 TiB Cores: 4096 A. RAM: 1 GiB Cores: 4
  • 11. 11 How big is the largest Enterprise Linux System? C. RAM: 1 TiB Cores: 1024 B. RAM: 64 GiB Cores: 64 A. RAM: 1 GiB Cores: 4 D. RAM: 64 TiB Cores: 4096
  • 12. 12 How small is the smallest Enterprise Linux System? C. RAM: 1 TiB Cores: 1024 B. RAM: 64 GiB Cores: 64 D. RAM: 64 TiB Cores: 4096 A. RAM: 1 GiB Cores: 4
  • 13. 13 How small is the smallest Enterprise Linux System? C. RAM: 1 TiB Cores: 1024 B. RAM: 64 GiB Cores: 64 A. RAM: 1 GiB Cores: 4 D. RAM: 64 TiB Cores: 4096
  • 15. 15 openSUSE Leap Tumbleweed Shared Core 8000 Packages> Community Developed Rolling Updates Rolling Base System openSUSE Leap Over 6000 Packages Community Developed SUSE® Linux Enterprise Enterprise Packages SUSE Developed Stable Base System Regular Updates Stable Base System Regular Updates Shared Core
  • 16. 16 Upstream first!? ● Code changes are first shared with the larger open source communities ● Advantages – Peer-Review – Seek for best possible outcome – Faster improvements (collective intelligence) – Longterm maintainability and stability of interfaces ● challenges – Differentiation not (only) possible through code and features → competition through – Services – Reassembly of function
  • 18. 18
  • 19. 19 How do Container apply to me? ● Running applications? ● Providing services? ● …?
  • 20. 20 The two brains of IT Mode 2Mode 1 Agile, DevOpsWaterfall, ITIL New & Uncertain ProjectsConventional Projects Short Cycle (days, weeks) Long-cycle Times (months) AgilityReliability
  • 21. 21 45% of organizations claim to have some form of bimodal capability today. Traditional IT Mode 1 Agile IT Mode 2 Two Worlds of IT Need a Bridge
  • 22. 22 Challenges in Context of Containers Developers Frequent releases vs. staged production schedule. “It works on my machine.” • Manage growing services • Reliability and uptime of new applications • Time to market • Efficiency New features; Faster please! Operations
  • 24. 24 OS-level or application virtualization with Linux Containers (LXC) and container engine. Support for Windows Subsystem for Linux (WSL). Containers
  • 25. 25 What are containers – two views ● Operations ● Components of Linux kernel and OS ● Image format, specific tools ● Isolation ● High density ● Smaller, lighter, faster ● Orchestration, management ● Applications ● Packaging ● Share easily ● Easily extensible ● Scale up/down ● Self-contained ● Micro-services
  • 26. 26 Linux Containers • System containers – Full system in the container (no kernel) – libvirt-lxc • Application containers – One process per container – Docker, podman, ... – Rich ecosystem
  • 27. 27 Linux Containers Server Host OS Bins/Libs App A Guest OS Bins/Libs App B Guest OS Kernel Hypervisor (Type 2) Bins/Libs App A' Guest OS Bins/Libs App B' Application container Systemcontainer Guest OS Kernel
  • 28. 28 Advantages of Linux Containers Lightweight virtualization solution ● Isolated from the other processes ● 1 kernel to rule them all ● Normal I/O ● Dynamic changes possible without reboot ● Nested virtualization is not a problem ● No boot time or very short one Isolate services (e.g. web server, ftp, …) Much more (see furter) ...
  • 29. 29 Linux Containers – Limitations They cannot run a different OS/architecture ● Cannot run Windows containers on Linux Risk of escaping from containers ● Solution: user namespaces Shared kernel with the host ● Syscall exploits can be exploited from within the container ● Solution: seccomp2 Security measures ● Patch, don’t use root, kernel capabilities, confinement ● Use VMs
  • 30. 30 Containers and orchestration • Standalone container host – SLES, container engine, registry (Portus) • Orchestrated datacenter – SUSE CaaS Platform (Micro OS, K8s) – Containerized applications, micro services • Bi-modal datacenter – SUSE CaaS Platform + SUSE OpenStack Cloud – Combination of traditional IT + agile (containers)
  • 31. 31 Bimodal IT – Challenges & Opportunities
  • 32. 32
  • 33. 33 Containers are standardized • OCI runtime specification: • Defines container runtime (API, data structures, …) • How to start/stop/... containers • OCI provides a reference implementation: runC • OCI image format specification: • Defines how a container image is structured • Result: • Avoid vendor lock-in • Avoid fragmentation • Containers are truly portable • Foster innovation
  • 34. 34 Pre-built images • Docker HUB – Community, handle with care! • SUSE Registry (registry.suse.com) – Enterprise contents, secure, verified, signed – SUSE Products (CaaS Platform, Cloud Application Platform, …) – What used to be in SLES Containers module (e.g.: Portus)
  • 35. 35 New world, old problems • Pulling images from an external registry can be expensive (time, bandwidth) • Pulling isn’t even possible in some scenarios (air-gapped environments) • The same applies to helm charts • RPM world had the same problems: solved with tools like SMT (more recently RMT)

Editor's Notes

  • #9: Minimize planned and unplanned downtime; help meet Service Level Agreements (SLAs) Protect your mission-critical workloads
  • #18: In many senses SUSE engineering provides a research organization to the world, and everything we do - whether it’s working on snapshot technologies in BTRFS, developing Live Kernel Patching or HA for OpenStack – everything we do goes straight into the community projects *first*, rather than keeping new ideas to ourselves & then only releasing them to the community after our product is available.   It’s also only through this kind of openness with the development community that you build the level of trust needed to have long-term success in the open source world.   We also sponsor & participate in a wide range of oversight and steering groups, including important bodies and boards of many of those projects.   Lastly, with our contribution, we’re helping drive innovation in areas that help our customers but also the broader ecosystem. [transition] So, how does SUSE deliver value to you? <number>
  • #23: <number>
  • #28: Namespaces: provide isolation Cgroups: limit host resources access