SlideShare a Scribd company logo
VM -> SERVERLESS
MEETUP 2017-03-23
OF IT-INFRASTRUCTURE
COMMODITISATION
COMMODITISATION
SHORT HISTORY OF COMPUTE
1960
2000
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
3
COMMODITISATION
SHORT HISTORY OF COMPUTE
1960
2000
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
1996 First x86 commodity Linux cluster
4
COMMODITISATION
SHORT HISTORY OF COMPUTE
1960
2000
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
5
COMMODITISATION
SHORT HISTORY OF COMPUTE
physicalvirtual
1960
2000
today
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
5
COMMODITISATION
SHORT HISTORY OF COMPUTE
physicalvirtual
1960
2000
today
▸ VMware on blades
▸ Public Cloud
▸ Containers
▸ Serverless
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
5
TCO
COMMODITISATION
SHORT HISTORY OF COMPUTE
physicalvirtual
1960
2000
today
▸ VMware on blades
▸ Public Cloud
▸ Containers
▸ Serverless
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
5
COMMODITISATION
COMMODITY ITEMS (SOFTWARE EATS THE WORLD) *
physicalvirtual
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
▸ VMware on blades
▸ Public Cloud
▸ Containers
▸ Serverless
1960
2000
today
HW SW
HW SW
HW SW
HW SW
SW
SW
* rough estimate
6
VIRTUALIZATION TECHNIQUES
THE RAISE OF VIRTUALIZATION
physicalvirtual
▸ VMware on blades
▸ Public Cloud
▸ Containers
▸ Serverless
1960
2000
today
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
7
VIRTUALIZATION TECHNIQUES
THE RAISE OF VIRTUALIZATION
physicalvirtual
▸ VMware on blades
▸ Public Cloud
▸ Containers
▸ Serverless
1960
2000
today
▸ Mainframes
▸ Minicomputers
▸ Unix Servers/Workstations
▸ Windows/Linux on x86
7
VIRTUALIZATION TECHNIQUES
TECHNIQUES USED
▸ Virtualization provides 1:n consolidation of machines
SERVER
HOST	KERNEL
HYPERVISORSERVICES
Userland	(OS)
KERNEL KERNEL
Userland
SERVICES SERVICES
Traditional Virtualization
Userland
8
VIRTUALIZATION TECHNIQUES
TECHNIQUES USED
▸ Virtualization provides 1:n consolidation of machines
▸ Containerization provides OS-level virtualization
SERVER
HOST	KERNEL
HYPERVISORSERVICES
Userland	(OS)
KERNEL KERNEL
Userland
SERVICES SERVICES
Traditional Virtualization
Userland
SERVER
HOST	KERNEL
Userland
App1 App2
Linux Container
UserlandUserland
SERVICES
8
userland
TEXT
hardware
Traditional Virtualization Containerization
application
hardware
userland
TEXT
hardware
userland
application
Traditional Virtualization Containerization
application libs
sys-calls
hardware
userland
TEXT
hardware
kernel
userland
application
Traditional Virtualization Containerization
application libs
sys-calls
hardware
hardware
userland
TEXT
hardware
kernel
userland
application
Traditional Virtualization Containerization
hypervisor
application libs
sys-calls
hardware
hardware
userland
TEXT
hardware
kernel
kernel
userland
application
Traditional Virtualization Containerization
hypervisor
application libs
sys-calls
hardware
hardware
userland
TEXT
hardware
kernel
kernel
userland
application
Traditional Virtualization Containerization
hypervisor
application libs
sys-calls
hardware
hypercalls
hardware
userland
TEXT
hardware
kernel
kernel
userland
application
Traditional Virtualization Containerization
hypervisor
application libs
sys-calls
hardware
hypercalls
hardware
virtualization magic

(HVM, PV, SR-IOV,

PCI-passthrough, hyper-calls, …)
userland
TEXT
hardware
kernel
kernel
userland
application
Traditional Virtualization Containerization
hypervisor
kernel
application libs
sys-calls
hardware
hypercalls
hardware
virtualization magic

(HVM, PV, SR-IOV,

PCI-passthrough, hyper-calls, …)
userland
TEXT
hardware
kernel
kernel
Container
userland
application
Traditional Virtualization Containerization
lightweight abstraction

with negligible overhead
hypervisor
kernel
application libs
sys-calls
hardware
hypercalls
hardware
virtualization magic

(HVM, PV, SR-IOV,

PCI-passthrough, hyper-calls, …)
userland
TEXT
hardware
kernel
kernel
Container
userland
application
Traditional Virtualization Containerization
lightweight abstraction

with negligible overhead
hypervisor
kernel
application libs
sys-calls
hardware
102
hypercalls
hardware
virtualization magic

(HVM, PV, SR-IOV,

PCI-passthrough, hyper-calls, …)
VIRTUALIZATION TECHNIQUES
TECHNIQUES USED
▸ Virtualization provides 1:n consolidation of machines
▸ Containerization provides OS-level virtualization
SERVER
HOST	KERNEL
HYPERVISORSERVICES
Userland	(OS)
KERNEL KERNEL
Userland
SERVICES SERVICES
Traditional Virtualization
Userland
SERVER
HOST	KERNEL
Userland
App1 App2
Linux Container
UserlandUserland
SERVICES
10
VIRTUALIZATION TECHNIQUES
TECHNIQUES USED
▸ Virtualization provides 1:n consolidation of machines
▸ Containerization provides OS-level virtualization
▸ Uni-Kernels combine bin, libs and kernel
SERVER
HOST	KERNEL
HYPERVISORSERVICES
Userland	(OS)
KERNEL KERNEL
Userland
SERVICES SERVICES
Traditional Virtualization
Userland
SERVER
HOST	KERNEL
Userland
App1 App2
Linux Container
UserlandUserland
SERVICES
UNIKERNEL
SERVER
HOST	KERNEL
OS
Serverless
App1
10
VIRTUALIZATION TECHNIQUES
UNIKERNELS
▸ Extract what is really needed from the OS
▸ Kernel-parts, which the app (libs) uses
▸ No multi-process, multi-user setup
▸ creates a sealed, single-purpose image

(VM or HW image)
11
userland
TEXT
hardware
kernel
kernel
Traditional Virtualization
hypervisor
application
hardware
Unikernel
kernel
userland
TEXT
hardware
kernel
kernel
Traditional Virtualization
hypervisor
application
hardware
Unikernel
libs
app
kernel
userland
TEXT
hardware
kernel
kernel
Traditional Virtualization
hypervisor
application
hardware
Unikernel
libs
app
NET
VFS
+ Network
+ VFS I/O
— Multiuser

— Multiprocess
— All other FS
— …
kernel
userland
TEXT
hardware
kernel
kernel
Traditional Virtualization
hypervisor
application
hardware
Unikernel
libs
app
NET
VFS
+ Network
+ VFS I/O
— Multiuser

— Multiprocess
— All other FS
— …
userland
TEXT
hardware
kernel
kernel
Traditional Virtualization
hypervisor
application
hardware
Unikernel
+ Network
+ VFS I/O
— Multiuser

— Multiprocess
— All other FS
— …Unikernel
DEMO

UNIKERNELS
SOA
SOA TO SERVERLESS
SERVICE ORIENTED ARCHITECTURE
SERVICE ORIENTED AMBIGUITY
▸ SOA implies an architecture where applications
disappear
▸ SOA is about allowing systems to communicate
over standard structure
▸ SOA is all about using (mostly) asynchronous
messaging
▸ SOA is about exposing software through web
services
https://martinfowler.com/bliki/ServiceOrientedAmbiguity.html
15
MICROSERVICES
SOA TO SERVERLESS
MICROSERVICES
SOA DONE RIGHT
▸ run services as distinct processes
▸ communicate over network (HTTP, JSON)
▸ composable pieces
IMG -> https://thenewstack.io/the-new-stack-podcast-show-2-the-rise-of-microservices-in-the-paas-world/
17
SERVERLESS
SOA TO SERVERLESS
SERVERLESS
FROM SERVICE TO FUNCTION
▸ no service-loop
▸ each request is handled individually
▸ by incoming HTTP-call, network package
▸ no state within function itself (lambda)
!K7, Stateless (Album cover)
19
SERVERLESS
HOW TO IMPLEMENT?
▸ pre-staged
▸ Watchdog that loops binary (faas)
▸ Blocking binary run
▸ ad-hoc
▸ fire-up function when requests comes in
AWS Lambda
20
DEMO

FAAS
SERVERLESS
HOW TO IMPLEMENT?
▸ Technology
▸ linux container
▸ Docker
▸ special purpose
▸ unikernels
AWS Lambda
22
christian@qnib.org

@CQnib
QUESTIONS?
Thank you for listening

More Related Content

PDF
Cloud stack design camp on jun 15
PDF
CloudStack-Developer-Day
PPTX
Cloud stack overview
PDF
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
PPTX
CloudStack Overview
PDF
CloudStack Networking at CloudOpen Japan
PPTX
Cloud stack overview
PDF
Maxta VM-centric Storage
Cloud stack design camp on jun 15
CloudStack-Developer-Day
Cloud stack overview
VMworld 2013: Three Advantages of Running Cloud Foundry in a VMware Private C...
CloudStack Overview
CloudStack Networking at CloudOpen Japan
Cloud stack overview
Maxta VM-centric Storage

What's hot (20)

PPTX
CloudStackFinalProject
PPTX
PDF
Hacking apache cloud stack
PPTX
Hypervisor Selection in Apache CloudStack 4.4
PPT
Introduction to Apache CloudStack by David Nalley
PPTX
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
PPTX
Apache CloudStack from API to UI
PPTX
Building clouds with apache cloudstack apache roadshow 2018
PPTX
Dcs cloud architecture-high-level-design
PPTX
Automating CloudStack and hypervisor installation and configuration
PDF
Ceph and Apache CloudStack
PDF
Cloud stack for_beginners
PPTX
Deploying Apache CloudStack from API to UI
PDF
Turning OpenStack Swift into a VM storage platform
PPTX
Enterprise Cloud Platform - Keynote
PDF
The Future of SDN in CloudStack by Chiradeep Vittal
PDF
Cloud orchestration major tools comparision
PPTX
Red Hat Storage Day Boston - Why Software-defined Storage Matters
PDF
Cloud OS development
CloudStackFinalProject
Hacking apache cloud stack
Hypervisor Selection in Apache CloudStack 4.4
Introduction to Apache CloudStack by David Nalley
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Apache CloudStack from API to UI
Building clouds with apache cloudstack apache roadshow 2018
Dcs cloud architecture-high-level-design
Automating CloudStack and hypervisor installation and configuration
Ceph and Apache CloudStack
Cloud stack for_beginners
Deploying Apache CloudStack from API to UI
Turning OpenStack Swift into a VM storage platform
Enterprise Cloud Platform - Keynote
The Future of SDN in CloudStack by Chiradeep Vittal
Cloud orchestration major tools comparision
Red Hat Storage Day Boston - Why Software-defined Storage Matters
Cloud OS development
Ad

Viewers also liked (11)

PDF
Startlist 2017.xlsx results athletes
PDF
Startlist 2017.xlsx startlist
PDF
Разработка в долг
PPTX
Islam 101 - beliefs and practises
PPTX
Reach.UrFaculty - Govt. Jobs Update Mar 24
PPTX
3Com 1697-560-000-1.00
PDF
Third True Copy of SLP Civil No. 19073 of 2013 before SC
PDF
ES2015+: давно пора!
PPTX
Amalan terbaik pembangunan sosial
PPTX
An Accordion or a Waistcoat?
PPTX
3Com 6756-10/C
Startlist 2017.xlsx results athletes
Startlist 2017.xlsx startlist
Разработка в долг
Islam 101 - beliefs and practises
Reach.UrFaculty - Govt. Jobs Update Mar 24
3Com 1697-560-000-1.00
Third True Copy of SLP Civil No. 19073 of 2013 before SC
ES2015+: давно пора!
Amalan terbaik pembangunan sosial
An Accordion or a Waistcoat?
3Com 6756-10/C
Ad

Similar to M.E.L.I.G. Unikernel and Serverless (20)

PPTX
Virtualization, A Concept Implementation of Cloud
PPT
Virtualisation basics
PDF
Cloud Computing Virtualization and containers
PDF
OpenVZ Linux Containers
PPTX
Vitualisation
PDF
Ian Pratt Usenix 08 Keynote
PPTX
KIIT_Cloud_scaling and Virtualization.pptx
PPT
Introduction to Virtualization
PPTX
Virtualization
PPT
Virtualization
PPT
Virtualization
PPTX
Virtualization-Presentation-with-History
PDF
Server Virtualization Architecture and Implementation
PDF
The Real World of Virtual Datacenters + Supporting Materials
PPTX
VIRTUALIZATION-IMPLEMENTATION.pptx-TYPES
PPT
Introduction to virtualisation
PDF
High availability virtualization with proxmox
ODP
open source virtualization
PPTX
VIRTUALIZATION AND ITS TYPES IMPLEMENTATION.pptx
PDF
05_virtualization2_v1.pdf
Virtualization, A Concept Implementation of Cloud
Virtualisation basics
Cloud Computing Virtualization and containers
OpenVZ Linux Containers
Vitualisation
Ian Pratt Usenix 08 Keynote
KIIT_Cloud_scaling and Virtualization.pptx
Introduction to Virtualization
Virtualization
Virtualization
Virtualization
Virtualization-Presentation-with-History
Server Virtualization Architecture and Implementation
The Real World of Virtual Datacenters + Supporting Materials
VIRTUALIZATION-IMPLEMENTATION.pptx-TYPES
Introduction to virtualisation
High availability virtualization with proxmox
open source virtualization
VIRTUALIZATION AND ITS TYPES IMPLEMENTATION.pptx
05_virtualization2_v1.pdf

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Spectroscopy.pptx food analysis technology
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Big Data Technologies - Introduction.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
Cloud computing and distributed systems.
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPT
Teaching material agriculture food technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
20250228 LYD VKU AI Blended-Learning.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Programs and apps: productivity, graphics, security and other tools
Spectroscopy.pptx food analysis technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
sap open course for s4hana steps from ECC to s4
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Big Data Technologies - Introduction.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation_ Review paper, used for researhc scholars
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Digital-Transformation-Roadmap-for-Companies.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Understanding_Digital_Forensics_Presentation.pptx
Electronic commerce courselecture one. Pdf
Cloud computing and distributed systems.
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Teaching material agriculture food technology
The Rise and Fall of 3GPP – Time for a Sabbatical?

M.E.L.I.G. Unikernel and Serverless