diff --git a/content/en/docs/reference/glossary/etcd.md b/content/en/docs/reference/glossary/etcd.md index 6e8d5186bc..09078f40af 100755 --- a/content/en/docs/reference/glossary/etcd.md +++ b/content/en/docs/reference/glossary/etcd.md @@ -13,7 +13,10 @@ tags: --- Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. - + -Always have a backup plan for etcd's data for your Kubernetes cluster. For in-depth information on etcd, see [etcd documentation](https://github.com/coreos/etcd/blob/master/Documentation/docs.md). +If your Kubernetes cluster uses etcd as its backing store, make sure you have a +[back up](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster) plan +for those data. +You can find in-depth information about etcd in the offical [documentation](https://etcd.io/docs/).