- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 198字
- 2021-06-24 16:54:08
etcd cluster
To persist the cluster state, Kubernetes uses etcd – a distributed, reliable key-value store that utilizes the Raft distributed consensus algorithm in order to provide sequential consistency. The etcd cluster is the most important part of the control plane – this is the source of truth for the whole cluster, both for the current state and the desired state of the cluster.
Generally, single-node etcd clusters are only recommended for testing purposes. For production scenarios, you should always consider running at least a five-member cluster (with an odd number of members) in order to provide sufficient fault tolerance.
The watch protocol that's exposed by etcd is also a core functionality for the watch API in Kubernetes, which is provided by kube-apiserver for other components.
- The Modern C++ Challenge
- 零基礎PHP學習筆記
- R語言數據可視化之美:專業圖表繪制指南
- Python從菜鳥到高手(第2版)
- Python高級編程
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Python Network Programming Cookbook(Second Edition)
- Python機器學習實戰
- Building a Quadcopter with Arduino
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Android群英傳
- 時空數據建模及其應用
- Clojure for Java Developers
- Application Development with Parse using iOS SDK
- MySQL從入門到精通