Refer to official etcd site

This commit is contained in:
Sebastiaan van Steenis
2019-09-05 06:43:36 -07:00
committed by Denise
parent c0780bcce9
commit 3b87fee3b4
2 changed files with 2 additions and 2 deletions
@@ -154,7 +154,7 @@ This alert type monitors for the overload from Prometheus expression querying, i
- [**Node**](https://github.com/prometheus/node_exporter)
- [**Container**](https://github.com/google/cadvisor)
- [**ETCD**](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/monitoring.md)
- [**ETCD**](https://etcd.io/docs/v3.3.12/op-guide/monitoring/)
- [**Kubernetes Components**](https://github.com/kubernetes/metrics)
- [**Kubernetes Resources**](https://github.com/kubernetes/kube-state-metrics)
- [**Fluentd**](https://docs.fluentd.org/v1.0/articles/monitoring-prometheus) (supported by [Logging]({{< baseurl >}}/rancher/v2.x/en/tools/logging))
@@ -18,7 +18,7 @@ To deploy Kubernetes, RKE deploys several core components or services in Docker
## etcd
Kubernetes uses [etcd](https://github.com/coreos/etcd/blob/master/Documentation/docs.md) as a store for cluster state and data. Etcd is a reliable, consistent and distributed key-value store.
Kubernetes uses [etcd](https://etcd.io/) as a store for cluster state and data. Etcd is a reliable, consistent and distributed key-value store.
RKE supports running etcd in a single node mode or in HA cluster mode. It also supports adding and removing etcd nodes to the cluster.