Skip to content

Commit 62abeff

Browse files
committed
[vi] add endpoint-slice, endpoint, ... glossary
1 parent 900d48e commit 62abeff

File tree

5 files changed

+82
-7
lines changed

5 files changed

+82
-7
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: EndpointSlice
3+
id: endpoint-slice
4+
date: 2018-04-12
5+
full_link: /docs/concepts/services-networking/endpoint-slices/
6+
short_description: >
7+
EndpointSlice theo dõi địa chỉ IP của các Pod trùng với các Service selector.
8+
9+
aka:
10+
tags:
11+
- networking
12+
---
13+
EndpointSlice theo dõi địa chỉ IP của các Pod trùng với các {{< glossary_tooltip text="selector" term_id="selector" >}}.
14+
15+
<!--more-->
16+
EndpointSlice có thể được cấu hình thủ công cho các {{< glossary_tooltip text="Service" term_id="service" >}} mà không chỉ định selector.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Endpoints
3+
id: endpoints
4+
date: 2020-04-23
5+
full_link:
6+
short_description: >
7+
Một endpoint của một Service là một trong các Pod (hoặc máy chủ bên ngoài) triển khai Service.
8+
9+
aka:
10+
tags:
11+
- networking
12+
---
13+
Một endpoint của một {{< glossary_tooltip text="Service" term_id="service" >}} là một trong các {{< glossary_tooltip text="Pod" term_id="pod" >}} (hoặc máy chủ bên ngoài) triển khai Service.
14+
15+
<!--more-->
16+
Đối với các Service có {{< glossary_tooltip text="selector" term_id="selector" >}},
17+
EndpointSlice controller sẽ tự động tạo một hoặc nhiều {{<
18+
glossary_tooltip text="EndpointSlice" term_id="endpoint-slice" >}} cung cấp địa chỉ IP của các Pod endpoint đã chọn.
19+
20+
EndpointSlice cũng có thể được tạo thủ công để chỉ định các endpoint cho
21+
Service không có selector.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Ephemeral Container
3+
id: ephemeral-container
4+
date: 2019-08-26
5+
full_link: /docs/concepts/workloads/pods/ephemeral-containers/
6+
short_description: >
7+
Một loại container mà bạn có thể chạy tạm thời trong một Pod
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
Một loại {{< glossary_tooltip term_id="container" >}} mà bạn có thể chạy tạm thời trong một {{< glossary_tooltip term_id="pod" >}}.
14+
15+
<!--more-->
16+
17+
Nếu bạn muốn điều tra một Pod đang gặp vấn đề, bạn có thể thêm một ephemeral container vào Pod đó và thực hiện chuẩn đoán. Ephemeral container không có cam kết về tài nguyên hoặc schedule, và bạn không nên sử dụng chúng để chạy bất kỳ phần nào của workload.
18+
19+
Ephemeral container không được hỗ trợ bởi {{< glossary_tooltip text="static pod" term_id="static-pod" >}}.
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
title: Bộ chọn (Selector)
2+
title: Selector
33
id: selector
4-
date: 2019-11-29
4+
date: 2018-04-12
55
full_link: /docs/concepts/overview/working-with-objects/labels/
66
short_description: >
7-
Bộ chọn cho phép người dùng lọc ra một danh sách tài nguyên dựa trên labels (nhãn).
7+
Cho phép người dùng lọc ra một danh sách tài nguyên dựa trên label.
88
99
aka:
1010
tags:
11-
- fundamental
11+
- fundamental
1212
---
13-
14-
Cho phép người dùng lọc ra một danh sách tài nguyên dựa trên labels (nhãn).
13+
Cho phép người dùng lọc ra một danh sách tài nguyên dựa trên {{< glossary_tooltip text="label" term_id="label" >}}.
1514

1615
<!--more-->
1716

18-
Selectors được áp dụng khi truy vấn những danh sách tài nguyên để lọc dựa trên {{< glossary_tooltip text="labels" term_id="label" >}} chúng được đánh.
17+
Selector được áp dụng khi truy vấn những danh sách tài nguyên để lọc dựa trên label.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Static Pod
3+
id: static-pod
4+
date: 2019-02-12
5+
full_link: /docs/tasks/configure-pod-container/static-pod/
6+
short_description: >
7+
Một pod được quản lý trực tiếp bởi kubelet daemon trên một node cụ thể.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
14+
Một {{< glossary_tooltip text="pod" term_id="pod" >}} được quản lý trực tiếp bởi {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
15+
daemon trên một node cụ thể,
16+
<!--more-->
17+
18+
mà không có sự giám sát của API server.
19+
20+
Static Pod không hỗ trợ {{< glossary_tooltip text="ephemeral container" term_id="ephemeral-container" >}}.

0 commit comments

Comments
 (0)