- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 109字
- 2021-07-02 22:51:28
The container's afterlife
As Werner Vogels, CTO of AWS, famously said everything fails all the time; containers and pods can and will crash, become corrupted, or maybe even just get accidentally shut off by a clumsy admin poking around on one of the nodes. Strong policy and security practices like enforcing least privilege curtail some of these incidents, but involuntary workload slaughter happens and is simply a fact of operations.
Luckily, Kubernetes provides two very valuable constructs to keep this somber affair all tidied up behind the curtains. Services and replication controllers/replica sets give us the ability to keep our applications running with little interruption and graceful recovery.
推薦閱讀
- ABB工業機器人編程全集
- 大數據技術基礎
- Python Artificial Intelligence Projects for Beginners
- PIC單片機C語言非常入門與視頻演練
- 可編程控制器技術應用(西門子S7系列)
- Windows 7寶典
- Ceph:Designing and Implementing Scalable Storage Systems
- INSTANT Drools Starter
- The Python Workshop
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- 液壓機智能故障診斷方法集成技術
- Linux Shell編程從初學到精通
- Linux常用命令簡明手冊
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- Flink內核原理與實現