- 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:


- Hands-On Internet of Things with MQTT
- 精通MATLAB神經網絡
- 輕松學C#
- Hands-On Machine Learning on Google Cloud Platform
- 反饋系統:多學科視角(原書第2版)
- 智能工業報警系統
- SharePoint 2010開發最佳實踐
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- 大數據技術與應用
- OpenStack Cloud Computing Cookbook
- Hands-On Microservices with C#
- Generative Adversarial Networks Projects
- 單片機C語言編程實踐
- R:Predictive Analysis
- 開源技術選型手冊