Files
Fabio Alessandro Locati a0325251ab Add IT localization for overview/components/ (#18368)
* begin the real work

* rollback set of changes

* translate components and required glossary items

* improve many aspects thanks to the comments in the pr thread
2020-01-21 02:07:37 -08:00

22 lines
730 B
Markdown
Executable File

---
title: etcd
id: etcd
date: 2018-04-12
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
short_description: >
È un database key-value altamente disponibile che è usato da Kubernetes per salvare tutte le informazioni del cluster.
aka:
tags:
- architecture
- storage
---
È un database key-value ridondato, che è usato da Kubernetes per salvare tutte le informazioni del cluster.
<!--more-->
Se il tuo cluster utilizza etcd per salvare le informazioni, assicurati di
avere una strategia di [backup](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster) per questi dati.
Puoi trovare informazioni dettagliate su etcd sulla [documentazione](https://etcd.io/docs/) ufficiale.