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
This commit is contained in:
Fabio Alessandro Locati
2020-01-21 11:07:37 +01:00
committed by Kubernetes Prow Robot
parent 54bf3977fe
commit a0325251ab
12 changed files with 344 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
---
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.