- 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.
- INSTANT Mock Testing with PowerMock
- Python for Secret Agents:Volume II
- Java編程指南:基礎知識、類庫應用及案例設計
- Learning Informatica PowerCenter 10.x(Second Edition)
- Mastering Ext JS
- 青少年學Python(第1冊)
- C++面向對象程序設計習題解答與上機指導(第三版)
- C# and .NET Core Test Driven Development
- Node.js從入門到精通
- PhoneGap 4 Mobile Application Development Cookbook
- Hack與HHVM權威指南
- C語言程序設計教程
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- Android熱門應用開發詳解
- 數據結構與算法詳解