adding some glossaries for docs-reference-glossary (#19491)

* add some glossaries

* remove English text in glossary cri-o

* remove English text in glossary cri-o

* fix some mistakes
This commit is contained in:
nguyenuet
2020-03-13 10:16:39 +07:00
committed by GitHub
parent 3a3d25736a
commit d41e4911fe
8 changed files with 145 additions and 0 deletions
@@ -0,0 +1,20 @@
---
title: etcd
id: etcd
date: 2020-27-02
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
short_description: >
Key value store nhất quán (consistent) và sẵn sàng cao (highly-available) được sử dụng như một kho lưu trữ của Kubernetes cho tất cả dữ liệu của cluster.
aka:
tags:
- architecture
- storage
---
Key value store nhất quán (consistent) và sẵn sàng cao (highly-available) được sử dụng như một kho lưu trữ của Kubernetes cho tất cả dữ liệu của cluster.
<!--more-->
Nếu Kubernetes cluster của bạn sử dụng etcd như kho lưu trữ của nó, chắc chắn bạn có một kế hoạch [back up](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster) cho những dữ liệu này.
Bạn có thể tìm thêm thông tin chi tiết về etcd tại [documentation](https://etcd.io/docs/).