- 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.
推薦閱讀
- Practical Ansible 2
- 計算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- 網(wǎng)上生活必備
- 數(shù)據(jù)挖掘?qū)嵱冒咐治?/a>
- Windows 8應(yīng)用開發(fā)實(shí)戰(zhàn)
- 快學(xué)Flash動畫百例
- 樂高創(chuàng)意機(jī)器人教程(中級 下冊 10~16歲) (青少年iCAN+創(chuàng)新創(chuàng)意實(shí)踐指導(dǎo)叢書)
- Windows 7寶典
- FPGA/CPLD應(yīng)用技術(shù)(Verilog語言版)
- Working with Linux:Quick Hacks for the Command Line
- 學(xué)練一本通:51單片機(jī)應(yīng)用技術(shù)
- 重估:人工智能與賦能社會
- 未來學(xué)徒:讀懂人工智能飛馳時代
- 系統(tǒng)建模與控制導(dǎo)論
- 單片機(jī)硬件接口電路及實(shí)例解析