- 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.
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- 摩登創客:與智能手機和平板電腦共舞
- JMeter 性能測試實戰(第2版)
- 編程珠璣(續)
- Java EE核心技術與應用
- 軟件品質之完美管理:實戰經典
- Flowable流程引擎實戰
- 軟件項目管理實用教程
- Hands-On Neural Network Programming with C#
- Tableau Desktop可視化高級應用
- 算法設計與分析:基于C++編程語言的描述
- Practical Predictive Analytics
- OpenCV 3.0 Computer Vision with Java
- Tableau Dashboard Cookbook
- Android技術內幕(系統卷)