Skip to content

Commit

Permalink
Fixed broken link (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-boshnakov authored Jun 12, 2023
1 parent 11f5ddd commit c8cd486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/multi-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The advantages of this approach are given below.
- The problem domain is smaller.
There are no leader election and quorum related issues to be handled.
It is simpler to setup and manage a single-node etcd cluster.
- Single-node etcd clusters instances have [less request latency]((https://etcd.io/docs/v2/admin_guide/#optimal-cluster-size)) than multi-node etcd clusters because there is no requirement to replicate the changes to the other members before committing the changes.
- Single-node etcd clusters instances have [less request latency](https://etcd.io/docs/v2/admin_guide/#optimal-cluster-size) than multi-node etcd clusters because there is no requirement to replicate the changes to the other members before committing the changes.
- `etcd-druid` provisions etcd cluster instances as pods (actually as `statefulsets`) in a Kubernetes cluster and Kubernetes is quick (<`20s`) to restart container/pods if they go down.
- Also, `etcd-druid` is currently only used by gardener to provision etcd clusters to act as back-ends for Kubernetes control-planes and Kubernetes control-plane components (`kube-apiserver`, `kubelet`, `kube-controller-manager`, `kube-scheduler` etc.) can tolerate etcd going down and recover when it comes back up.
- Single-node etcd clusters incur less cost (CPU, memory and storage)
Expand Down

0 comments on commit c8cd486

Please sign in to comment.