- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 114字
- 2021-06-10 19:47:07
Pods
Pods allow you to keep related containers close in terms of the network and hardware infrastructure. Data can live near the application, so processing can be done without incurring a high latency from network traversal. Similarly, common data can be stored on volumes that are shared between a number of containers. Pods essentially allow you to logically group containers and pieces of our application stacks together.
While pods may run one or more containers inside, the pod itself may be one of many that is running on a Kubernetes node (minion). As we'll see, pods give us a logical group of containers across which we can then replicate, schedule, and balance service endpoints.
推薦閱讀
- Project 2007項目管理實用詳解
- OpenStack for Architects
- Effective DevOps with AWS
- VMware Performance and Capacity Management(Second Edition)
- Hands-On Cybersecurity with Blockchain
- 自動化控制工程設計
- 運動控制器與交流伺服系統的調試和應用
- Photoshop行業應用基礎
- Spatial Analytics with ArcGIS
- 人工智能:語言智能處理
- IBM? SmartCloud? Essentials
- Web編程基礎
- Containerization with Ansible 2
- Intel Edison Projects
- Arduino創意機器人入門:基于ArduBlock(第2版)