- Mastering Kubernetes
- Gigi Sayfan
- 220字
- 2021-06-18 18:37:00
3 High Availability and Reliability
In Chapter 2, Creating Kubernetes Clusters, we learned how to create Kubernetes clusters in different environments, experimented with different tools, and created a couple of clusters. Creating a Kubernetes cluster is just the beginning of the story. Once the cluster is up and running, you need to make sure it stays operational.
In this chapter, we will pe into the topic of highly available clusters. This is a complicated topic. The Kubernetes project and the community haven't settled on one true way to achieve high availability nirvana. There are many aspects to highly available Kubernetes clusters, such as ensuring that the control plane can keep functioning in the face of failures, protecting the cluster state in etcd, protecting the system's data, and recovering capacity and/or performance quickly. Different systems will have different reliability and availability requirements. How to design and implement a highly available Kubernetes cluster will depend on those requirements.
At the end of this chapter, you will understand the various concepts associated with high availability and be familiar with Kubernetes high availability best practices and when to employ them. You will be able to upgrade live clusters using different strategies and techniques, and you will be able to choose between multiple possible solutions based on trade-offs between performance, cost, and availability.
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- 電力自動化實用技術問答
- Mastering D3.js
- Matplotlib 3.0 Cookbook
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- JSF2和RichFaces4使用指南
- Storm應用實踐:實時事務處理之策略
- 工業機器人安裝與調試
- SAP Business Intelligence Quick Start Guide
- TensorFlow Reinforcement Learning Quick Start Guide
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- 格蠹匯編
- R Data Analysis Projects
- Linux系統下C程序開發詳解
- 從零開始學JavaScript