Unikernel Whitepapers: Difference between revisions
From Xen
Jump to navigationJump to search
Rcpavlicek (talk | contribs) No edit summary |
Rcpavlicek (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
* [[:File:XenProject Unikernel Whitepaper 2015 FINAL.pdf|The Next Generation Cloud: Rise of the Unikernel]] by Sarah Conway |
* [[:File:XenProject Unikernel Whitepaper 2015 FINAL.pdf|The Next Generation Cloud: Rise of the Unikernel]] by Sarah Conway |
||
⚫ | |||
⚫ | |||
resources and isolating applications from one another. A unikernel runs a single application |
resources and isolating applications from one another. A unikernel runs a single application |
||
on a single virtual machine, relying instead on the hypervisor to isolate those virtual |
on a single virtual machine, relying instead on the hypervisor to isolate those virtual |
||
Line 9: | Line 8: | ||
developer selects only the minimal set of services required for an application to run. These |
developer selects only the minimal set of services required for an application to run. These |
||
sealed, fixed-purpose images run directly on a hypervisor without an intervening guest OS |
sealed, fixed-purpose images run directly on a hypervisor without an intervening guest OS |
||
such as Linux. |
such as Linux.}} |
Revision as of 01:11, 15 April 2015
The new world of Unikernels is still changing. We will add whitepapers here as they become available.
- The Next Generation Cloud: Rise of the Unikernel by Sarah Conway
Traditional operating systems run multiple applications on a single machine, managingresources and isolating applications from one another. A unikernel runs a single application on a single virtual machine, relying instead on the hypervisor to isolate those virtual machines. Unikernels are constructed by using “library operating systems,” from which the developer selects only the minimal set of services required for an application to run. These sealed, fixed-purpose images run directly on a hypervisor without an intervening guest OS
such as Linux.