- Kubernetes on AWS
- Ed Robinson
- 173字
- 2021-06-10 18:41:22
Putting the pieces together
It is the job of the container engine (software such as Docker or rkt) to put these pieces together and make something usable and understandable for us mere mortals.
While a system that directly exposed all of the details of Cgroups and namespaces would be very flexible, it would be far harder to understand and manage. Using a system such as Docker gives us a simple-to-understand abstraction over these low-level concepts, but necessarily makes many decisions for us about how these low-level concepts are used.
The fundamental breakthrough that Docker made over previous container technologies was to take great defaults for isolating a single process and combine them with an image format that allows developers to provide all the dependencies that the process requires to run correctly.
This is an incredibly good thing because it allows anyone to install Docker and quickly understand what is going on. It also makes this kind of Linux container the perfect building block to build larger and more complex systems, such as Kubernetes.
- 課課通計算機原理
- ABB工業機器人編程全集
- Practical Ansible 2
- 精通MATLAB圖像處理
- OpenStack for Architects
- 基于LabWindows/CVI的虛擬儀器設計與應用
- UTM(統一威脅管理)技術概論
- VMware Performance and Capacity Management(Second Edition)
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- CompTIA Linux+ Certification Guide
- Nginx高性能Web服務器詳解
- SAP Business Intelligence Quick Start Guide
- 邊緣智能:關鍵技術與落地實踐
- 云計算和大數據的應用
- Java組件設計