https://en.wikipedia.org/wiki/OS-level_virtualization

https://en.wikipedia.org/wiki/OS-level_virtualizationicon-default.png?t=M0H8https://en.wikipedia.org/wiki/OS-level_virtualization

OS-level virtualization is an operating system paradigm in which the kernel allows the existence of multiple isolated user space instances. Such instances, called containers (LXCSolaris containersDocker), zones (Solaris containers), virtual private servers (OpenVZ), partitionsvirtual environments (VEs), virtual kernels (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[edit]

Uses[edit]

Overhead[edit]

Flexibility[edit]

Storage[edit]

Implementations[edit]

See also[edit]

Notes[edit]

References[edit]

External links[edit]


Operation[edit]

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[edit]

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[edit]

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 ESXiQEMU, 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[edit]

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[edit]

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[edit]

MechanismOperating systemLicenseActively developed since or betweenFeatures
File system isolationCopy on WriteDisk quotasI/O rate limitingMemory limitsCPU quotasNetwork isolationNested virtualizationPartition checkpointing and live migrationRoot privilege isolation
chrootMost UNIX-like operating systemsVaries by operating system1982Partial[a]NoNoNoNoNoNoYesNoNo
DockerLinux,[8] FreeBSD,[9] Windows x64 (Pro, Enterprise and Education)[10] macOS[11]Apache License 2.02013YesYesNot directlyYes (since 1.10)YesYesYesYesOnly in Experimental Mode with CRIU [1]Yes (since 1.10)
Linux-VServer
(security context)
LinuxWindows Server 2016GNU GPLv22001YesYesYesYes[b]YesYesPartial[c]?NoPartial[d]
lmctfyLinuxApache License 2.02013–2015YesYesYesYes[b]YesYesPartial[c]?NoPartial[d]
LXCLinuxGNU GPLv22008Yes[13]YesPartial[e]Partial[f]YesYesYesYesYesYes[13]
SingularityLinuxBSD Licence2015[14]Yes[15]YesYesNoNoNoNoNoNoYes[16]
OpenVZLinuxGNU GPLv22005YesYes [17]YesYes[g]YesYesYes[h]Partial[i]YesYes[j]
VirtuozzoLinuxWindowsTrialware2000[21]YesYesYesYes[k]YesYesYes[h]Partial[l]YesYes
Solaris Containers (Zones)illumos (OpenSolaris),
Solaris
CDDL,
Proprietary
2004YesYes (ZFS)YesPartial[m]YesYesYes[n][24][25]Partial[o]Partial[p][q]Yes[r]
FreeBSD jailFreeBSDDragonFly BSDBSD License2000[27]YesYes (ZFS)Yes[s]YesYes[28]YesYes[29]YesPartial[30][31]Yes[32]
vkernelDragonFly BSDBSD Licence2006[33]Yes[34]Yes[34]N/A?Yes[35]Yes[35]Yes[36]??Yes
sysjailOpenBSDNetBSDBSD License2006–2009YesNoNoNoNoNoYesNoNo?
WPARsAIXCommercial proprietary software2007YesNoYesYesYesYesYes[t]NoYes[38]?
iCore Virtual AccountsWindows XPFreeware2008YesNoYesNoNoNoNo?No?
SandboxieWindowsGNU GPLv32004YesYesPartialNoNoNoPartialNoNoYes
systemd-nspawnLinuxGNU LGPLv2.1+2010YesYesYes[39][40]Yes[39][40]Yes[39][40]Yes[39][40]Yes??Yes
TurboWindowsFreemium2012YesNoNoNoNoNoYesNoNoYes
rktLinuxApache License 2.02014[41]–2018YesYesYesYesYesYesYes??Yes

See also[edit]

Notes[edit]

  1. ^ Root user can easily escape from chroot. Chroot was never supposed to be used as a security mechanism.[7]
  2. Jump up to:a b Utilizing the CFQ scheduler, there is a separate queue per guest.
  3. Jump up to:a b Networking is based on isolation, not virtualization.
  4. Jump up to:a b 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. Jump up to:a b 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[edit]

  1. ^ Hogg, Scott (2014-05-26). "Software Containers: Used More Frequently than Most Realize"Network World. Network World, Inc. Retrieved 2015-07-09. There are many other OS-level virtualization systems such as: Linux OpenVZ, Linux-VServer, FreeBSD Jails, AIX Workload Partitions (WPARs), HP-UX Containers (SRP), Solaris Containers, among others.
  2. ^ Korff, Yanek; Hope, Paco; Potter, Bruce (2005). Mastering FreeBSD and OpenBSD Security. O'Reilly Series. O'Reilly Media, Inc. p. 59. ISBN 0596006268.
  3. ^ Huang, D (2015). "Experiences in using OS-level virtualization for block I/O". Proceedings of the 10th Parallel Data Storage Workshop: 13–18. doi:10.1145/2834976.2834982ISBN 9781450340083S2CID 3867190.
  4. ^ "System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones, Chapter 16: Introduction to Solaris Zones"Oracle Corporation. 2010. Retrieved 2014-09-02.
  5. ^ "System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones, Chapter 31: About Branded Zones and the Linux Branded Zone"Oracle Corporation. 2010. Retrieved 2014-09-02.
  6. ^ Bryan Cantrill (2014-09-28). "The dream is alive! Running Linux containers on an illumos kernel"slideshare.net. Retrieved 2014-10-10.
  7. ^ "3.5. Limiting your program's environment"freebsd.org.
  8. ^ "Docker drops LXC as default execution environment"InfoQ.
  9. ^ "Docker comes to FreeBSD"FreeBSDNews.com. July 9, 2015.
  10. ^ "Get started with Docker for Windows"Docker. 10 September 2021.
  11. ^ "Get started with Docker Desktop for Mac"Docker Documentation. December 6, 2019.
  12. ^ "Paper - Linux-VServer"linux-vserver.org.
  13. Jump up to:a b Graber, Stéphane (1 January 2014). "LXC 1.0: Security features [6/10]". Retrieved 12 February 2014. LXC now has support for user namespaces. [...] LXC is no longer running as root so even if an attacker manages to escape the container, he’d find himself having the privileges of a regular user on the host
  14. ^ "Sylabs Brings Singularity Containers into Commercial HPC | TOP500 Supercomputer Sites"www.top500.org.
  15. ^ "Redirecting…"www.sylabs.io.
  16. ^ Kurtzer, Gregory M.; Sochat, Vanessa; Bauer, Michael W. (May 11, 2017). "Singularity: Scientific containers for mobility of compute"PLOS ONE12 (5): e0177459. Bibcode:2017PLoSO..1277459Kdoi:10.1371/journal.pone.0177459PMC 5426675PMID 28494014.
  17. ^ Bronnikov, Sergey. "Comparison on OpenVZ wiki page"OpenVZ Wiki. OpenVZ. Retrieved 28 December 2018.
  18. ^ "I/O priorities for containers"OpenVZ Virtuozzo Containers Wiki.
  19. ^ "Docker inside CT".
  20. ^ "Container"OpenVZ Virtuozzo Containers Wiki.
  21. ^ "Initial public prerelease of Virtuozzo (named ASPcomplete at that time)".
  22. ^ "Parallels Virtuozzo Now Provides Native Support for Docker".
  23. ^ Pijewski, Bill. "Our ZFS I/O Throttle".
  24. ^ Network Virtualization and Resource Control (Crossbow) FAQ Archived 2008-06-01 at the Wayback Machine
  25. ^ "Managing Network Virtualization and Network Resources in Oracle® Solaris 11.2"docs.oracle.com.
  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. ^ "Contain your enthusiasm - Part Two: Jails, Zones, OpenVZ, and LXC". Jails were first introduced in FreeBSD 4.0 in 2000
  28. ^ "Hierarchical_Resource_Limits - FreeBSD Wiki". Wiki.freebsd.org. 2012-10-27. Retrieved 2014-01-15.
  29. ^ "Implementing a Clonable Network Stack in the FreeBSD Kernel" (PDF). usenix.org. 2003-06-13.
  30. ^ "VPS for FreeBSD". Retrieved 2016-02-20.
  31. ^ "[Announcement] VPS // OS Virtualization // alpha release". Retrieved 2016-02-20.
  32. ^ "3.5. Limiting your program's environment". Freebsd.org. Retrieved 2014-01-15.
  33. ^ Matthew Dillon (2006). "sys/vkernel.h"BSD Cross ReferenceDragonFly BSD.
  34. Jump up to:a b "vkd(4) — Virtual Kernel Disc"DragonFly BSD. treats the disk image as copy-on-write.
  35. Jump up to:a b Sascha Wildner (2007-01-08). "vkernel, vcd, vkd, vke — virtual kernel architecture"DragonFly Miscellaneous Information ManualDragonFly BSDLay summary.
  36. ^ "vke(4) — Virtual Kernel Ethernet"DragonFly BSD.
  37. ^ "IBM Fix pack information for: WPAR Network Isolation - United States"ibm.com.
  38. ^ "Live Application Mobility in AIX 6.1"www.ibm.com. June 3, 2008.
  39. Jump up to:a b c d "systemd-nspawn"www.freedesktop.org.
  40. Jump up to:a b c d "2.3. Modifying Control Groups Red Hat Enterprise Linux 7"Red Hat Customer Portal.
  41. ^ Polvi, Alex. "CoreOS is building a container runtime, rkt"CoreOS Blog. Retrieved 12 March 2019.

External links[edit]

hide

Virtualization software

Comparison of platform virtualization software

Hardware
(hypervisors)
Native
Hosted
Specialized
Independent
Tools
Operating
system
OS containers
Application containers
Virtual kernel architectures
Related kernel features
Orchestration
Desktop
Application
Network
Casola, V., & Castiglione, A. (2020). Secure and Trustworthy Big Data Storage. Springer. Corriveau, D., Gerrish, B., & Wu, Z. (2020). End-to-end Encryption on the Server: The Why and the How. arXiv preprint arXiv:2010.01403. Dowsley, R., Nascimento, A. C. A., & Nita, D. M. (2021). Private database access using homomorphic encryption. Journal of Network and Computer Applications, 181, 103055. Hossain, M. A., Fotouhi, R., & Hasan, R. (2019). Towards a big data storage security framework for the cloud. In Proceedings of the 9th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, USA (pp. 402-408). Rughani, R. (2019). Analysis of Security Issues and Their Solutions in Cloud Storage Environment. International Journal of Computer Trends and Technology (IJCTT), 67(6), 37-42. van Esbroeck, A. (2019). Zero-Knowledge Proofs in the Age of Cryptography: Preventing Fraud Without Compromising Privacy. Chicago-Kent Journal of Intellectual Property, 19, 374. Berman, L. (2021). Watch out for hidden cloud costs. CFO Dive. Retrieved from https://www.cfodive.com/news/watch-out-for-hidden-cloud-costs/603921/ Bradley, T. (2021). Cloud storage costs continue to trend downward. Forbes. Retrieved from https://www.forbes.com/sites/tonybradley/2021/08/27/cloud-storage-costs-continue-to-trend-downward/?sh=6f9d6ade7978 Cisco. (2019). Cost optimization in the multicloud. Cisco. Retrieved from https://www.cisco.com/c/dam/en/us/solutions/collateral/data-center-virtualization/cloud-cost-optimization/cost-optimization_in_multicloud.pdf IBM. (2020). Storage efficiency solutions. IBM. Retrieved from https://www.ibm.com/blogs/systems/storage-efficiency-solutions/ Microsoft Azure. (n.d.). Azure Blob storage tiers. Microsoft Azure. Retrieved from https://azure.microsoft.com/en-us/services/storage/blobs/#pricing Nawrocki, M. (2019). The benefits of a hybrid cloud strategy for businesses. DataCenterNews. Retrieved from https://datacenternews.asia/story/the-benefits-of-a-hybrid-cloud-strategy-for,请把这一段reference list改为标准哈佛格式
05-29
Casola, V. & Castiglione, A. (2020) 'Secure and Trustworthy Big Data Storage', Springer. Corriveau, D., Gerrish, B. & Wu, Z. (2020) 'End-to-end Encryption on the Server: The Why and the How', arXiv preprint arXiv:2010.01403. Dowsley, R., Nascimento, A. C. A. & Nita, D. M. (2021) 'Private database access using homomorphic encryption', Journal of Network and Computer Applications, 181, p.103055. Hossain, M. A., Fotouhi, R. & Hasan, R. (2019) 'Towards a big data storage security framework for the cloud', in Proceedings of the 9th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, USA, pp. 402-408. Rughani, R. (2019) 'Analysis of Security Issues and Their Solutions in Cloud Storage Environment', International Journal of Computer Trends and Technology (IJCTT), 67(6), pp. 37-42. van Esbroeck, A. (2019) 'Zero-Knowledge Proofs in the Age of Cryptography: Preventing Fraud Without Compromising Privacy', Chicago-Kent Journal of Intellectual Property, 19, p.374. Berman, L. (2021) 'Watch out for hidden cloud costs', CFO Dive. [online] Available at: https://www.cfodive.com/news/watch-out-for-hidden-cloud-costs/603921/ (Accessed: 5 October 2021). Bradley, T. (2021) 'Cloud storage costs continue to trend downward', Forbes. [online] Available at: https://www.forbes.com/sites/tonybradley/2021/08/27/cloud-storage-costs-continue-to-trend-downward/?sh=6f9d6ade7978 (Accessed: 5 October 2021). Cisco. (2019) 'Cost optimization in the multicloud', Cisco. [online] Available at: https://www.cisco.com/c/dam/en/us/solutions/collateral/data-center-virtualization/cloud-cost-optimization/cost-optimization_in_multicloud.pdf (Accessed: 5 October 2021). IBM. (2020) 'Storage efficiency solutions', IBM. [online] Available at: https://www.ibm.com/blogs/systems/storage-efficiency-solutions/ (Accessed: 5 October 2021). Microsoft Azure. (n.d.) 'Azure Blob storage tiers', Microsoft Azure. [online] Available at: https://azure.microsoft.com/en-us/services/storage/blobs/#pricing (Accessed: 5 October 2021). Nawrocki, M. (2019) 'The benefits of a hybrid cloud strategy for businesses', DataCenterNews. [online] Available at: https://datacenternews.asia/story/the-benefits-of-a-hybrid-cloud-strategy-for (Accessed: 5 October 2021).
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值