- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 200字
- 2021-06-24 16:53:55
Linux versus Windows containers
Containerization on both Linux and Windows aims to achieve the same goal – creating predictable and lightweight environments that are isolated from other applications. For Linux, a classic example of container usage can be running a Python RESTful API written in Flask, without worrying about conflicts between Python modules that are required by other applications. Similarly, for Windows, the containers can be used to host an Internet Information Services (IIS) web server that's entirely isolated from other workloads running on the same machine.
Compared to traditional hardware virtualization, containerization comes at the cost of being tightly coupled with the host OS since it uses the same kernel to provide multiple isolated user spaces. This means that running Windows containers on the Linux OS or running Linux containers on the Windows OS is not possible natively without the additional help of traditional hardware virtualization techniques.
In this book, we will focus on the Docker container platform, which is required for running containers on Windows. Now, let's summarize the current state of containerization support on Linux and Windows that's provided by Docker Engine and what the possible solutions are when it comes to development and production scenarios.
- Python程序設(shè)計(jì)教程(第2版)
- 基于粒計(jì)算模型的圖像處理
- Apache ZooKeeper Essentials
- Reporting with Visual Studio and Crystal Reports
- MATLAB圖像處理超級(jí)學(xué)習(xí)手冊(cè)
- Android 9 Development Cookbook(Third Edition)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- YARN Essentials
- Visual Basic程序設(shè)計(jì)與應(yīng)用實(shí)踐教程
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- Python編程與幾何圖形
- Java程序設(shè)計(jì):原理與范例
- Hands-On Reinforcement Learning with Python
- C++從入門到精通(第5版)
- Android項(xiàng)目實(shí)戰(zhàn):手機(jī)安全衛(wèi)士開發(fā)案例解析