You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/glossary/endpoint.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ id: endpoints
4
4
date: 2020-04-23
5
5
full_link:
6
6
short_description: >
7
-
端点负责记录与服务(Service)的选择器相匹配的 Pod 的 IP 地址。
7
+
Service 的一个端点是实现该服务的 Pod 之一(或外部服务器)。
8
8
9
9
aka:
10
10
tags:
@@ -16,26 +16,35 @@ id: endpoints
16
16
date: 2020-04-23
17
17
full_link:
18
18
short_description: >
19
-
Endpoints track the IP addresses of Pods with matching Service selectors.
19
+
An endpoint of a Service is one of the Pods (or external servers) that implements the Service.
20
20
21
21
aka:
22
22
tags:
23
23
- networking
24
24
-->
25
25
26
26
<!--
27
-
Endpoints track the IP addresses of Pods with matching {{< glossary_tooltip text="selectors" term_id="selector" >}}.
27
+
An endpoint of a {{< glossary_tooltip text="Service" term_id="service" >}} is one of the {{< glossary_tooltip text="Pods" term_id="pod" >}} (or external servers) that implements the Service.
28
28
-->
29
-
端点负责记录与服务的{{< glossary_tooltip text="选择器" term_id="selector" >}}相匹配的 Pod 的 IP 地址。
0 commit comments