- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 114字
- 2021-07-02 22:51:27
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 that we can then replicate, schedule, and balance service endpoints across.
推薦閱讀
- Practical Ansible 2
- Cinema 4D R13 Cookbook
- Zabbix Network Monitoring(Second Edition)
- 現(xiàn)代機(jī)械運動控制技術(shù)
- 構(gòu)建高性能Web站點
- 網(wǎng)絡(luò)化分布式系統(tǒng)預(yù)測控制
- Prometheus監(jiān)控實戰(zhàn)
- 單片機(jī)C語言應(yīng)用100例
- 筆記本電腦維修90個精選實例
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評價理論模型與實證研究
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實例
- 21天學(xué)通Linux嵌入式開發(fā)
- 貫通Hibernate開發(fā)
- 納米集成電路制造工藝(第2版)
- 菜鳥起飛電腦組裝·維護(hù)與故障排查