- 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.
推薦閱讀
- R Machine Learning By Example
- MicroPython Projects
- PyTorch Deep Learning Hands-On
- AutoCAD 2012中文版繪圖設計高手速成
- Apache Superset Quick Start Guide
- Windows Server 2003系統安全管理
- Chef:Powerful Infrastructure Automation
- Salesforce Advanced Administrator Certification Guide
- Bayesian Analysis with Python
- 生物3D打印:從醫療輔具制造到細胞打印
- TensorFlow Deep Learning Projects
- Redash v5 Quick Start Guide
- Learning Cassandra for Administrators
- 運動控制系統
- Keras Reinforcement Learning Projects