2018-05-05 16:00:51 +00:00
|
|
|
---
|
|
|
|
title: etcd
|
|
|
|
id: etcd
|
|
|
|
date: 2018-04-12
|
|
|
|
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
|
|
|
|
short_description: >
|
|
|
|
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data.
|
|
|
|
|
|
|
|
aka:
|
|
|
|
tags:
|
|
|
|
- architecture
|
|
|
|
- storage
|
|
|
|
---
|
|
|
|
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data.
|
|
|
|
|
2019-05-30 02:24:21 +00:00
|
|
|
<!--more-->
|
2018-05-05 16:00:51 +00:00
|
|
|
|
2019-05-30 02:24:21 +00:00
|
|
|
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.
|
2018-05-05 16:00:51 +00:00
|
|
|
|
2019-05-30 02:24:21 +00:00
|
|
|
You can find in-depth information about etcd in the offical [documentation](https://etcd.io/docs/).
|