OS-level virtualization

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

OS-level virtualization refers to an operating system paradigm in which the kernel allows the existence of multiple isolated user space instances. Such instances, called containers (Solaris, Docker), Zones (Solaris), virtual private servers (OpenVZ), partitions, virtual environments (VEs), virtual kernel (DragonFly BSD), or jails (FreeBSD jail or chroot jail),[1] may look like real computers from the point of view of programs running in them. A computer program running on an ordinary operating system can see all resources (connected devices, files and folders, network shares, CPU power, quantifiable hardware capabilities) of that computer. However, programs running inside of a container can only see the container's contents and devices assigned to the container.

On Unix-like operating systems, this feature can be seen as an advanced implementation of the standard chroot mechanism, which changes the apparent root folder for the current running process and its children. In addition to isolation mechanisms, the kernel often provides resource-management features to limit the impact of one container's activities on other containers.

The term "container," while most popularly referring to OS-level virtualization systems, is sometimes ambiguously used to refer to fuller virtual machine environments operating in varying degrees of concert with the host OS, e.g. Microsoft's "Hyper-V Containers."

Operation

On ordinary operating systems for personal computers, a computer program can see (even though it might not be able to access) all the system's resources. They include:

  1. Hardware capabilities that can be employed, such as the CPU and the network connection
  2. Data that can be read or written, such as files, folders and network shares
  3. Connected peripherals it can interact with, such as webcam, printer, scanner, or fax

The operating system may be able to allow or deny access to such resources based on which program requests them and the user account in the context of which it runs. The operating system may also hide those resources, so that when the computer program enumerates them, they do not appear in the enumeration results. Nevertheless, from a programming point of view, the computer program has interacted with those resources and the operating system has managed an act of interaction.

With operating-system-virtualization, or containerization, it is possible to run programs within containers, to which only parts of these resources are allocated. A program expecting to see the whole computer, once run inside a container, can only see the allocated resources and believes them to be all that is available. Several containers can be created on each operating system, to each of which a subset of the computer's resources is allocated. Each container may contain any number of computer programs. These programs may run concurrently or separately, and may even interact with one another.

Containerization has similarities to application virtualization: In the latter, only one computer program is placed in an isolated container and the isolation applies to file system only.

Uses

Operating-system-level virtualization is commonly used in virtual hosting environments, where it is useful for securely allocating finite hardware resources among a large number of mutually-distrusting users. System administrators may also use it for consolidating server hardware by moving services on separate hosts into containers on the one server.

Other typical scenarios include separating several programs to separate containers for improved security, hardware independence, and added resource management features. The improved security provided by the use of a chroot mechanism, however, is nowhere near ironclad.[2] Operating-system-level virtualization implementations capable of live migration can also be used for dynamic load balancing of containers between nodes in a cluster.

Overhead

Operating-system-level virtualization usually imposes less overhead than full virtualization because programs in OS-level virtual partitions use the operating system's normal system call interface and do not need to be subjected to emulation or be run in an intermediate virtual machine, as is the case with full virtualization (such as VMware ESXi, QEMU, or Hyper-V) and paravirtualization (such as Xen or User-mode Linux). This form of virtualization also does not require hardware support for efficient performance.

Flexibility

Operating-system-level virtualization is not as flexible as other virtualization approaches since it cannot host a guest operating system different from the host one, or a different guest kernel. For example, with Linux, different distributions are fine, but other operating systems such as Windows cannot be hosted. Operating systems using variable input systematics are subject to limitations within the virtualized architecture. Adaptation methods including cloud-server relay analytics maintain the OS-level virtual environment within these applications.[3]

Solaris partially overcomes the limitation described above with its branded zones feature, which provides the ability to run an environment within a container that emulates an older Solaris 8 or 9 version in a Solaris 10 host. Linux branded zones (referred to as "lx" branded zones) are also available on x86-based Solaris systems, providing a complete Linux userspace and support for the execution of Linux applications; additionally, Solaris provides utilities needed to install Red Hat Enterprise Linux 3.x or CentOS 3.x Linux distributions inside "lx" zones.[4][5] However, in 2010 Linux branded zones were removed from Solaris; in 2014 they were reintroduced in Illumos, which is the open source Solaris fork, supporting 32-bit Linux kernels.[6]

Storage

Some implementations provide file-level copy-on-write (CoW) mechanisms. (Most commonly, a standard file system is shared between partitions, and those partitions that change the files automatically create their own copies.) This is easier to back up, more space-efficient and simpler to cache than the block-level copy-on-write schemes common on whole-system virtualizers. Whole-system virtualizers, however, can work with non-native file systems and create and roll back snapshots of the entire system state.

Implementations

Mechanism Operating system License Actively developed since or between Features
File system isolation Copy on Write Disk quotas I/O rate limiting Memory limits CPU quotas Network isolation Nested virtualization Partition checkpointing and live migration Root privilege isolation
chroot Most UNIX-like operating systems Varies by operating system 1982 Partial[lower-alpha 1] No No No No No No Yes No No
Docker Linux,[8] FreeBSD,[9] Windows x64 (Pro, Enterprise and Education)[10] macOS [11] Apache License 2.0 2013 Yes Yes Not directly Yes (since 1.10) Yes Yes Yes Yes Only in Experimental Mode with CRIU [1] Yes (since 1.10)
Linux-VServer
(security context)
Linux, Windows Server 2016 GNU GPLv2 2001 Yes Yes Yes Yes[lower-alpha 2] Yes Yes Partial[lower-alpha 3] ? No Partial[lower-alpha 4]
lmctfy Linux Apache License 2.0 2013 Yes Yes Yes Yes[lower-alpha 2] Yes Yes Partial[lower-alpha 3] ? No Partial[lower-alpha 4]
LXC Linux GNU GPLv2 2008 Yes[13] Yes Partial[lower-alpha 5] Partial[lower-alpha 6] Yes Yes Yes Yes Yes Yes[13]
Singularity Linux BSD Licence 2015[14] Yes[15] Yes Yes No No No No No No Yes[16]
OpenVZ Linux GNU GPLv2 2005 Yes Yes [17] Yes Yes[lower-alpha 7] Yes Yes Yes[lower-alpha 8] Partial[lower-alpha 9] Yes Yes[lower-alpha 10]
Virtuozzo Linux, Windows Trialware 2000[21] Yes Yes Yes Yes[lower-alpha 11] Yes Yes Yes[lower-alpha 8] Partial[lower-alpha 12] Yes Yes
Solaris Containers (Zones) illumos (OpenSolaris),
Solaris
CDDL,
Proprietary
2004 Yes Yes (ZFS) Yes Partial[lower-alpha 13] Yes Yes Yes[lower-alpha 14][24][25] Partial[lower-alpha 15] Partial[lower-alpha 16][lower-alpha 17] Yes[lower-alpha 18]
FreeBSD jail FreeBSD, DragonFly BSD BSD License 2000[27] Yes Yes (ZFS) Yes[lower-alpha 19] Yes Yes[28] Yes Yes[29] Yes Partial[30][31] Yes[32]
vkernel DragonFly BSD BSD Licence 2006[33] Yes[34] Yes[34] N/A  ? Yes[35] Yes[35]:{{{3}}} Yes[36]  ?  ? Yes
sysjail OpenBSD, NetBSD BSD License 2006–2009 Yes No No No No No Yes No No ?
WPARs AIX Commercial proprietary software 2007 Yes No Yes Yes Yes Yes Yes[lower-alpha 20] No Yes[38] ?
iCore Virtual Accounts Windows XP Freeware 2008 Yes No Yes No No No No ? No ?
Sandboxie Windows Trialware 2004 Yes Yes Partial No No No Partial No No Yes
systemd-nspawn Linux GNU LGPLv2.1+ 2010 Yes Yes Yes[39][40] Yes[39][40] Yes[39][40] Yes[39][40] Yes ? ? Yes
Turbo Windows Freemium 2012 Yes No No No No No Yes No No Yes
RKT Linux Apache License 2.0 2014[41] ? ? ? ? ? ? ? ? ? ?

See also

Notes

  1. Root user can easily escape from chroot. Chroot was never supposed to be used as a security mechanism.[7]
  2. 2.0 2.1 Utilizing the CFQ scheduler, there is a separate queue per guest.
  3. 3.0 3.1 Networking is based on isolation, not virtualization.
  4. 4.0 4.1 A total of 14 user capabilities are considered safe within a container. The rest may cannot be granted to processes within that container without allowing that process to potentially interfere with things outside that container.[12]
  5. Disk quotas per container are possible when using separate partitions for each container with the help of LVM, or when the underlying host filesystem is btrfs, in which case btrfs subvolumes are automatically used.
  6. I/O rate limiting is supported when using Btrfs.
  7. Available since Linux kernel 2.6.18-028stable021. Implementation is based on CFQ disk I/O scheduler, but it is a two-level schema, so I/O priority is not per-process, but rather per-container.[18]
  8. 8.0 8.1 Each container can have its own IP addresses, firewall rules, routing tables and so on. Three different networking schemes are possible: route-based, bridge-based, and assigning a real network device (NIC) to a container.
  9. Docker containers can run inside OpenVZ containers.[19]
  10. Each container may have root access without possibly affecting other containers.[20]
  11. Available since version 4.0, January 2008.
  12. Docker containers can run inside Virtuozzo containers.[22]
  13. Yes with illumos[23]
  14. See OpenSolaris Network Virtualization and Resource Control for more details.
  15. Only when top level is a KVM zone (illumos) or a kz zone (Oracle).
  16. Starting in Solaris 11.3 Beta, Solaris Kernel Zones may use live migration.
  17. Cold migration (shutdown-move-restart) is implemented.
  18. Non-global zones are restricted so they may not affect other zones via a capability-limiting approach. The global zone may administer the non-global zones.[26]
  19. Check the "allow.quotas" option and the "Jails and File Systems" section on the FreeBSD jail man page for details.
  20. Available since TL 02.[37]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. 13.0 13.1 Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Network Virtualization and Resource Control (Crossbow) FAQ Archived 2008-06-01 at the Wayback Machine
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Oracle Solaris 11.1 Administration, Oracle Solaris Zones, Oracle Solaris 10 Zones and Resource Management E29024.pdf, pp. 356–360. Available within an archive.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. 34.0 34.1 Lua error in package.lua at line 80: module 'strict' not found.
  35. 35.0 35.1 Lua error in package.lua at line 80: module 'strict' not found.
  36. Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. 39.0 39.1 39.2 39.3 Lua error in package.lua at line 80: module 'strict' not found.
  40. 40.0 40.1 40.2 40.3 Lua error in package.lua at line 80: module 'strict' not found.
  41. Lua error in package.lua at line 80: module 'strict' not found.

External links