SlideShare a Scribd company logo
1 of 42
Download to read offline
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

What's hot

Hacking apache cloud stack
Hacking apache cloud stackHacking apache cloud stack
Hacking apache cloud stackNitin Mehta
 
Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4Tim Mackey
 
Introduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David NalleyIntroduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David Nalleybuildacloud
 
Building clouds with apache cloudstack apache roadshow 2018
Building clouds with apache cloudstack   apache roadshow 2018Building clouds with apache cloudstack   apache roadshow 2018
Building clouds with apache cloudstack apache roadshow 2018ShapeBlue
 
Dcs cloud architecture-high-level-design
Dcs cloud architecture-high-level-designDcs cloud architecture-high-level-design
Dcs cloud architecture-high-level-designIsaac Chiang
 
Automating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configurationAutomating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configurationDag Sonstebo
 
Ceph and Apache CloudStack
Ceph and Apache CloudStackCeph and Apache CloudStack
Ceph and Apache CloudStackke4qqq
 
Deploying Apache CloudStack from API to UI
Deploying Apache CloudStack from API to UIDeploying Apache CloudStack from API to UI
Deploying Apache CloudStack from API to UIJoe Brockmeier
 
Turning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platformTurning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platformOpenStack_Online
 
Enterprise Cloud Platform - Keynote
Enterprise Cloud Platform - KeynoteEnterprise Cloud Platform - Keynote
Enterprise Cloud Platform - KeynoteNEXTtour
 
The Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep VittalThe Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep Vittalbuildacloud
 
Cloud orchestration major tools comparision
Cloud orchestration major tools comparisionCloud orchestration major tools comparision
Cloud orchestration major tools comparisionRavi Kiran
 
Red Hat Storage Day Boston - Why Software-defined Storage Matters
Red Hat Storage Day Boston - Why Software-defined Storage MattersRed Hat Storage Day Boston - Why Software-defined Storage Matters
Red Hat Storage Day Boston - Why Software-defined Storage MattersRed_Hat_Storage
 
Cloud OS development
Cloud OS developmentCloud OS development
Cloud OS developmentSean Chang
 

What's hot (20)

CloudStackFinalProject
CloudStackFinalProjectCloudStackFinalProject
CloudStackFinalProject
 
Introduction to CloudStack
Introduction to CloudStack Introduction to CloudStack
Introduction to CloudStack
 
Hacking apache cloud stack
Hacking apache cloud stackHacking apache cloud stack
Hacking apache cloud stack
 
Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4
 
CloudStack Architecture
CloudStack ArchitectureCloudStack Architecture
CloudStack Architecture
 
Introduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David NalleyIntroduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David Nalley
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
 
Apache CloudStack from API to UI
Apache CloudStack from API to UIApache CloudStack from API to UI
Apache CloudStack from API to UI
 
Building clouds with apache cloudstack apache roadshow 2018
Building clouds with apache cloudstack   apache roadshow 2018Building clouds with apache cloudstack   apache roadshow 2018
Building clouds with apache cloudstack apache roadshow 2018
 
Dcs cloud architecture-high-level-design
Dcs cloud architecture-high-level-designDcs cloud architecture-high-level-design
Dcs cloud architecture-high-level-design
 
Automating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configurationAutomating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configuration
 
Ceph and Apache CloudStack
Ceph and Apache CloudStackCeph and Apache CloudStack
Ceph and Apache CloudStack
 
Cloud stack for_beginners
Cloud stack for_beginnersCloud stack for_beginners
Cloud stack for_beginners
 
Deploying Apache CloudStack from API to UI
Deploying Apache CloudStack from API to UIDeploying Apache CloudStack from API to UI
Deploying Apache CloudStack from API to UI
 
Turning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platformTurning OpenStack Swift into a VM storage platform
Turning OpenStack Swift into a VM storage platform
 
Enterprise Cloud Platform - Keynote
Enterprise Cloud Platform - KeynoteEnterprise Cloud Platform - Keynote
Enterprise Cloud Platform - Keynote
 
The Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep VittalThe Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep Vittal
 
Cloud orchestration major tools comparision
Cloud orchestration major tools comparisionCloud orchestration major tools comparision
Cloud orchestration major tools comparision
 
Red Hat Storage Day Boston - Why Software-defined Storage Matters
Red Hat Storage Day Boston - Why Software-defined Storage MattersRed Hat Storage Day Boston - Why Software-defined Storage Matters
Red Hat Storage Day Boston - Why Software-defined Storage Matters
 
Cloud OS development
Cloud OS developmentCloud OS development
Cloud OS development
 

Viewers also liked

Startlist 2017.xlsx results athletes
Startlist 2017.xlsx   results athletesStartlist 2017.xlsx   results athletes
Startlist 2017.xlsx results athletesAlberto Stretti
 
Startlist 2017.xlsx startlist
Startlist 2017.xlsx   startlistStartlist 2017.xlsx   startlist
Startlist 2017.xlsx startlistAlberto Stretti
 
Разработка в долг
Разработка в долгРазработка в долг
Разработка в долгVitebsk Miniq
 
Islam 101 - beliefs and practises
Islam 101 - beliefs and practisesIslam 101 - beliefs and practises
Islam 101 - beliefs and practisesabdulg99
 
Reach.UrFaculty - Govt. Jobs Update Mar 24
Reach.UrFaculty - Govt. Jobs Update Mar 24Reach.UrFaculty - Govt. Jobs Update Mar 24
Reach.UrFaculty - Govt. Jobs Update Mar 24Reshmaurfaculty
 
3Com 1697-560-000-1.00
3Com 1697-560-000-1.003Com 1697-560-000-1.00
3Com 1697-560-000-1.00savomir
 
Third True Copy of SLP Civil No. 19073 of 2013 before SC
Third True Copy of SLP Civil No. 19073 of 2013 before SCThird True Copy of SLP Civil No. 19073 of 2013 before SC
Third True Copy of SLP Civil No. 19073 of 2013 before SCOm Prakash Poddar
 
ES2015+: давно пора!
ES2015+: давно пора!ES2015+: давно пора!
ES2015+: давно пора!Vitebsk Miniq
 
Amalan terbaik pembangunan sosial
Amalan terbaik pembangunan sosialAmalan terbaik pembangunan sosial
Amalan terbaik pembangunan sosialmeylahasim97
 
An Accordion or a Waistcoat?
An Accordion or a Waistcoat?An Accordion or a Waistcoat?
An Accordion or a Waistcoat?Postcardie
 
3Com 6756-10/C
3Com 6756-10/C3Com 6756-10/C
3Com 6756-10/Csavomir
 

Viewers also liked (11)

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

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

Virtualization Everywhere
Virtualization EverywhereVirtualization Everywhere
Virtualization Everywherewebhostingguy
 
Cigna Innovation Summit
Cigna Innovation SummitCigna Innovation Summit
Cigna Innovation SummitIdit Levine
 
Linux, Unikernel, LinuxKit: towards redefining the cloud stack.
Linux, Unikernel, LinuxKit: towards redefining the cloud stack.Linux, Unikernel, LinuxKit: towards redefining the cloud stack.
Linux, Unikernel, LinuxKit: towards redefining the cloud stack.Idit Levine
 
open source virtualization
open source virtualizationopen source virtualization
open source virtualizationKris Buytaert
 
Linux container & docker
Linux container & dockerLinux container & docker
Linux container & dockerejlp12
 
Running ColdFusion MX 7 on Linux and Unix
Running ColdFusion MX 7 on Linux and UnixRunning ColdFusion MX 7 on Linux and Unix
Running ColdFusion MX 7 on Linux and UnixSteven Erat
 
20150531 virtualizatino station 2.0 partner's day
20150531 virtualizatino station 2.0 partner's day20150531 virtualizatino station 2.0 partner's day
20150531 virtualizatino station 2.0 partner's dayqnapivan
 
Unikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library HypervisorUnikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library HypervisorAnil Madhavapeddy
 
Linux virtualization
Linux virtualizationLinux virtualization
Linux virtualizationGoogle
 
Best Practice Linux Guide: Virtualization
 Best Practice Linux Guide: Virtualization Best Practice Linux Guide: Virtualization
Best Practice Linux Guide: VirtualizationLinuxIT
 
Unikernels: the rise of the library hypervisor in MirageOS
Unikernels: the rise of the library hypervisor in MirageOSUnikernels: the rise of the library hypervisor in MirageOS
Unikernels: the rise of the library hypervisor in MirageOSDocker, Inc.
 
SYSAD323 Virtualization Basics
SYSAD323 Virtualization BasicsSYSAD323 Virtualization Basics
SYSAD323 Virtualization BasicsDon Bosco BSIT
 
Android Binder IPC for Linux
Android Binder IPC for LinuxAndroid Binder IPC for Linux
Android Binder IPC for LinuxYu-Hsin Hung
 
ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...
ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...
ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...ITCamp
 
Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016Anderson Bassani
 
Superfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the artSuperfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the artStefano Salsano
 
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...Jim St. Leger
 
Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014Citrix
 

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

Virtualization Everywhere
Virtualization EverywhereVirtualization Everywhere
Virtualization Everywhere
 
Cigna Innovation Summit
Cigna Innovation SummitCigna Innovation Summit
Cigna Innovation Summit
 
Linux, Unikernel, LinuxKit: towards redefining the cloud stack.
Linux, Unikernel, LinuxKit: towards redefining the cloud stack.Linux, Unikernel, LinuxKit: towards redefining the cloud stack.
Linux, Unikernel, LinuxKit: towards redefining the cloud stack.
 
open source virtualization
open source virtualizationopen source virtualization
open source virtualization
 
Unikernel Linux
Unikernel LinuxUnikernel Linux
Unikernel Linux
 
Linux container & docker
Linux container & dockerLinux container & docker
Linux container & docker
 
Running ColdFusion MX 7 on Linux and Unix
Running ColdFusion MX 7 on Linux and UnixRunning ColdFusion MX 7 on Linux and Unix
Running ColdFusion MX 7 on Linux and Unix
 
20150531 virtualizatino station 2.0 partner's day
20150531 virtualizatino station 2.0 partner's day20150531 virtualizatino station 2.0 partner's day
20150531 virtualizatino station 2.0 partner's day
 
Unikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library HypervisorUnikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library Hypervisor
 
Linux virtualization
Linux virtualizationLinux virtualization
Linux virtualization
 
Best Practice Linux Guide: Virtualization
 Best Practice Linux Guide: Virtualization Best Practice Linux Guide: Virtualization
Best Practice Linux Guide: Virtualization
 
Unikernels: the rise of the library hypervisor in MirageOS
Unikernels: the rise of the library hypervisor in MirageOSUnikernels: the rise of the library hypervisor in MirageOS
Unikernels: the rise of the library hypervisor in MirageOS
 
SYSAD323 Virtualization Basics
SYSAD323 Virtualization BasicsSYSAD323 Virtualization Basics
SYSAD323 Virtualization Basics
 
Android Binder IPC for Linux
Android Binder IPC for LinuxAndroid Binder IPC for Linux
Android Binder IPC for Linux
 
ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...
ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...
ITCamp 2013 - Tudor Damian - Running Linux on Microsoft Private and Public Cl...
 
Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016Cloud stack for z Systems - July 2016
Cloud stack for z Systems - July 2016
 
ITE7_Chp9.pptx
ITE7_Chp9.pptxITE7_Chp9.pptx
ITE7_Chp9.pptx
 
Superfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the artSuperfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the art
 
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
 
Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014Citrix Cloud Master Class June 2014
Citrix Cloud Master Class June 2014
 

Recently uploaded

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 

Recently uploaded (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

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