- Learning Windows Server Containers
- Srikanth Machiraju
- 158字
- 2021-07-02 23:23:24
Summary
In this chapter we covered the following points:
- VMs help create isolated environments, each with guest OS. Software applications or services can run inside a VM with complete isolation from another VM.
- Hypervisors can run discrete VMs such as Linux and Windows together.
- VMs suffer from portability and packaging due to the huge size and intense orchestration needs.
- Containerization helps run software systems as isolated processes inside a machine. Containers increase the density of applications per machine, and also provide application packaging and shipping capabilities.
- Windows Server 2016 supports containerization using kernel features such as filesystems, namespaces, and registry.
- Windows Server 2016 runs two types of containers, Windows Server Containers and Hyper-V Containers. Windows Server Containers share OS kernels, whereas Hyper-V Containers run their own OS.
- Nano Server is a deeply refactored version of Windows Server, which is 93% smaller, remotely-administered, and ideal for microservices.
- Microsoft Azure supports cluster management solutions such as DC/OS and swarm.
推薦閱讀
- Cybersecurity:Attack and Defense Strategies
- Ansible權(quán)威指南
- vSphere Virtual Machine Management
- PLC控制系統(tǒng)應(yīng)用與維護(hù)
- 高性能Linux服務(wù)器構(gòu)建實(shí)戰(zhàn):運(yùn)維監(jiān)控、性能調(diào)優(yōu)與集群應(yīng)用
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開(kāi)發(fā)實(shí)例精講
- 異質(zhì)結(jié)原理與器件
- Linux Shell編程從入門到精通(第2版)
- Python基礎(chǔ)教程(第3版)
- 操作系統(tǒng)分析
- Windows 8實(shí)戰(zhàn)從入門到精通(超值版)
- 鴻蒙操作系統(tǒng)設(shè)計(jì)原理與架構(gòu)
- 操作系統(tǒng)之哲學(xué)原理第2版
- Serverless Architectures with Kubernetes
- Responsive Web Design by Example:Beginner's Guide(Second Edition)