- 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.
- JavaScript高效圖形編程
- 精通Python自然語(yǔ)言處理
- 人人都懂設(shè)計(jì)模式:從生活中領(lǐng)悟設(shè)計(jì)模式(Python實(shí)現(xiàn))
- Java系統(tǒng)化項(xiàng)目開(kāi)發(fā)教程
- Swift Playgrounds少兒趣編程
- Linux C編程:一站式學(xué)習(xí)
- MySQL從入門(mén)到精通(軟件開(kāi)發(fā)視頻大講堂)
- JavaScript程序設(shè)計(jì)(第2版)
- Go語(yǔ)言開(kāi)發(fā)實(shí)戰(zhàn)(慕課版)
- Android Game Programming by Example
- Photoshop智能手機(jī)APP界面設(shè)計(jì)
- Machine Learning for OpenCV
- Arduino Electronics Blueprints
- 前端架構(gòu)設(shè)計(jì)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)教程