mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
Fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ In this lab you will bootstrap a 3 node etcd cluster. The following virtual mach
|
|||||||
## Why
|
## Why
|
||||||
|
|
||||||
All Kubernetes components are stateless which greatly simplifies managing a Kubernetes cluster. All state is stored
|
All Kubernetes components are stateless which greatly simplifies managing a Kubernetes cluster. All state is stored
|
||||||
in etcd, which is a database and must be treated special. etcd is being run on a dedicated set of machines for the
|
in etcd, which is a database and must be treated specially. etcd is being run on a dedicated set of machines for the
|
||||||
following reasons:
|
following reasons:
|
||||||
|
|
||||||
* The etcd lifecycle is not tied to Kubernetes. We should be able to upgrade etcd independently of Kubernetes.
|
* The etcd lifecycle is not tied to Kubernetes. We should be able to upgrade etcd independently of Kubernetes.
|
||||||
|
Reference in New Issue
Block a user