Skip to content

Commit

Permalink
Update 04-ETCD-in-Kubernetes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
K2-KK authored Jun 29, 2020
1 parent b194e12 commit 49698e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/02-Core-Concepts/04-ETCD-in-Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ In this section, we will take a look at ETCD role in kubernetes
- In a high availability environment, you will have multiple master nodes in your cluster that will have multiple ETCD Instances spread across the master nodes.
- Make sure etcd instances know each other by setting the right parameter in the **`etcd.service`** configuration. The **`--initial-cluster`** option where you need to specify the different instances of the etcd service.
![etcd-ha](../../images/etcd-ha.PNG)

K8s Reference Docs:
- https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#stacked-control-plane-and-etcd-nodes
- https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#external-etcd-nodes

0 comments on commit 49698e0

Please sign in to comment.