- 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.
- Spring 5.0 By Example
- CMDB分步構建指南
- iOS 9 Game Development Essentials
- Learning Docker
- Vue.js 2 and Bootstrap 4 Web Development
- 算法大爆炸:面試通關步步為營
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Mastering Google App Engine
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Visual C++開發入行真功夫
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- SciPy Recipes
- C編程技巧:117個問題解決方案示例
- Advanced Python Programming