Skip to content

Commit d41e491

Browse files
authored
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
1 parent 3a3d257 commit d41e491

File tree

8 files changed

+145
-0
lines changed

8 files changed

+145
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Cluster
3+
id: cluster
4+
date: 2020-02-26
5+
full_link:
6+
short_description: >
7+
Một tập các worker machine, được gọi là node, dùng để chạy các các ứng dụng được đóng gói (containerized application). Mỗi cụm (cluster) có ít nhất một worker node.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
- operation
13+
---
14+
Một tập các worker machine, được gọi là node, dùng để chạy các containerized application. Mỗi cụm (cluster) có ít nhất một worker node.
15+
16+
<!--more-->
17+
Các worker node chứa các pod (là những thành phần của ứng dụng). Control Plane quản lý các worker node và pod trong cluster.
18+
Trong môi trường sản phẩm (production environment), Control Plane thường chạy trên nhiều máy tính và một cluster thường chạy trên nhiều node, cung cấp khả năng chịu lỗi (fault-tolerance) và tính sẵn sàng cao (high availability).
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: containerd
3+
id: containerd
4+
date: 2020-03-04
5+
full_link: https://containerd.io/docs/
6+
short_description: >
7+
Một container runtime tập trung vào sự đơn giản, mạnh mẽ và linh động.
8+
aka:
9+
tags:
10+
- tool
11+
---
12+
Một container runtime tập trung vào sự đơn giản, mạnh mẽ và linh động.
13+
14+
<!--more-->
15+
containerd là một {{< glossary_tooltip text="container" term_id="container" >}} runtime cái mà chạy như một daemon trên Linux hoặc Windows. containerd quan tâm tới việc lấy và lưu trữ các container image, thực thi các container, cung cấp truy cập mạng, và nhiều hơn nữa.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Control Plane
3+
id: control-plane
4+
date: 2020-03-04
5+
full_link:
6+
short_description: >
7+
Tầng điều khiển container, được dùng để đưa ra API và các interface để định nghĩa, triển khai, và quản lý vòng đời của các container.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
Tầng điều khiển container, được dùng để đưa ra API và các interface để định nghĩa, triển khai, và quản lý vòng đời của các container.
14+
15+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: CRI-O
3+
id: cri-o
4+
date: 2020-03-05
5+
full_link: https://cri-o.io/#what-is-cri-o
6+
short_description: >
7+
Một container runtime nhẹ dành riêng cho Kubernetes
8+
aka:
9+
tags:
10+
- tool
11+
---
12+
Một công cụ giúp bạn sử dụng các OCI container runtime với Kubernetes CRI.
13+
14+
<!--more-->
15+
16+
CRI-O là một thực thi của {{< glossary_tooltip term_id="cri" >}} để cho phép sử dụng các {{< glossary_tooltip text="container" term_id="container" >}} runtime cái mà tương thích với Open Container Initiative (OCI)
17+
[runtime spec](http://www.github.com/opencontainers/runtime-spec).
18+
19+
Triển khai CRI-O cho phép Kuberentes sử dụng bất kì OCI-compliant runtime như container runtime để chạy {{< glossary_tooltip text="Pods" term_id="pod" >}}, và để lấy CRI container image từ các remote registry.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: DaemonSet
3+
id: daemonset
4+
date: 2020-03-05
5+
full_link: /docs/concepts/workloads/controllers/daemonset
6+
short_description: >
7+
Đảm bảo một bản sao của Pod đang chạy trên một tập các node của cluster.
8+
aka:
9+
tags:
10+
- fundamental
11+
- core-object
12+
- workload
13+
---
14+
Đảm bảo một bản sao của {{< glossary_tooltip text="Pod" term_id="pod" >}} đang chạy trên một tập các node của {{< glossary_tooltip text="cluster" term_id="cluster" >}}.
15+
16+
<!--more-->
17+
18+
Được sử dụng để deploy những system daemon ví dụ như log collector, monitoring agent, những cái thường phải chạy trên mọi {{< glossary_tooltip term_id="node" >}}.
19+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: etcd
3+
id: etcd
4+
date: 2020-27-02
5+
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
6+
short_description: >
7+
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.
8+
9+
aka:
10+
tags:
11+
- architecture
12+
- storage
13+
---
14+
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.
15+
16+
<!--more-->
17+
18+
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.
19+
20+
Bạn có thể tìm thêm thông tin chi tiết về etcd tại [documentation](https://etcd.io/docs/).
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: API server
3+
id: kube-apiserver
4+
date: 2020-02-26
5+
full_link: /docs/reference/generated/kube-apiserver/
6+
short_description: >
7+
Thành phần tầng điểu khiển (control plane), được dùng để phục vụ Kubernetes API.
8+
9+
aka:
10+
- kube-apiserver
11+
tags:
12+
- architecture
13+
- fundamental
14+
---
15+
API server là một thành phần của Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}}, được dùng để đưa ra Kubernetes API.
16+
API server là front end của Kubernetes control plane.
17+
18+
<!--more-->
19+
20+
Thực thi chính của API server là [kube-apiserver](/docs/reference/generated/kube-apiserver/).
21+
kube-apiserver được thiết kế để co giãn theo chiều ngang &mdash; có nghĩa là nó co giãn bằng cách triển khai thêm các thực thể.
22+
Bạn có thể chạy một vài thực thể của kube-apiserver và cân bằng lưu lượng giữa các thực thể này.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: kube-scheduler
3+
id: kube-scheduler
4+
date: 2020-03-05
5+
full_link: /docs/reference/generated/kube-scheduler/
6+
short_description: >
7+
Thành phần của Control Plane, được dùng để giám sát việc tạo những pod mới mà chưa được chỉ định vào node nào, và chọn một node để chúng chạy trên đó.
8+
9+
aka:
10+
tags:
11+
- architecture
12+
---
13+
Thành phần của Control Plane, được dùng để giám sát việc tạo những pod mới mà chưa được chỉ định vào node nào, và chọn một node để chúng chạy trên đó.
14+
15+
<!--more-->
16+
17+
Những yếu tố trong những quyết định lập lịch bao gồm những yêu cầu về tài nguyên, những đòi hỏi về phần cứng/phần mềm/chính sách, những thông số về affinity và anti-affinity, dữ liệu tại chỗ (data locality), nhiễu inter-workload và thời hạn (deadline).

0 commit comments

Comments
 (0)