- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 187字
- 2021-07-02 21:17:21
The historical context of virtualization
Traditional virtualization appeared on the Linux kernel in the form of hypervisors such as Xen and KVM. This allowed users to isolate their runtime environment in the form of virtual machines (VMs). Virtual machines run their own operating system kernel. Users attempted to use the resources on host machines as much as possible. However, high densities were difficult to achieve with this form of virtualization, especially when a deployed application was small in size compared to a kernel; most of the host's memory was consumed by multiple copies of kernels running on it. Hence, in such high-density workloads, machines were pided using technologies such as chroot jails which provided imperfect workload isolation and carried security implications.
In 2001, an operating system virtualization in the form of Linux vServer was introduced as a series of kernel patches.
This led to an early form of container virtualization. In such forms of virtualization, the kernel groups and isolates processes belonging to different tenants, each sharing the same kernel.
Here is a table that explains the various developments that took place to enable operating system virtualization:


- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- Div+CSS 3.0網頁布局案例精粹
- Java開發技術全程指南
- Photoshop CS3特效處理融會貫通
- DevOps:Continuous Delivery,Integration,and Deployment with DevOps
- 數據通信與計算機網絡
- R Machine Learning Projects
- 電氣控制與PLC原理及應用(歐姆龍機型)
- 傳感器原理與工程應用
- 筆記本電腦使用與維護
- 網站規劃與網頁設計
- Generative Adversarial Networks Projects
- Java Deep Learning Projects
- 智能控制技術及其應用
- Spark Streaming實時流式大數據處理實戰