Skip to content

Commit 8c65e8f

Browse files
authored
Merge pull request #43906 from asa3311/sync-zh-82
[zh] sync concepts/services-networking/_index endpoint-slice-v1
2 parents 14468ed + 13fa33b commit 8c65e8f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/zh-cn/docs/concepts/services-networking/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Kubernetes networking addresses four concerns:
9494
to be reachable from outside your cluster.
9595
- [Ingress](/docs/concepts/services-networking/ingress/) provides extra functionality
9696
specifically for exposing HTTP applications, websites and APIs.
97+
- [Gateway API](/docs/concepts/services-networking/gateway/) is an {{<glossary_tooltip text="add-on" term_id="addons">}}
98+
that provides an expressive, extensible, and role-oriented family of API kinds for modeling service networking.
9799
- You can also use Services to
98100
[publish services only for consumption inside your cluster](/docs/concepts/services-networking/service-traffic-policy/).
99101
-->
@@ -106,6 +108,9 @@ Kubernetes 网络解决四方面的问题:
106108
以支持来自于集群外部的访问。
107109
- [Ingress](/zh-cn/docs/concepts/services-networking/ingress/)
108110
提供专门用于暴露 HTTP 应用程序、网站和 API 的额外功能。
111+
- [Gateway API](/zh-cn/docs/concepts/services-networking/gateway/)
112+
是一个{{<glossary_tooltip text="插件" term_id="addons">}},
113+
为服务网络建模提供富有表现力、可扩展和面向角色的 API 系列类别。
109114
- 你也可以使用 Service
110115
[发布仅供集群内部使用的服务](/zh-cn/docs/concepts/services-networking/service-traffic-policy/)
111116

content/zh-cn/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ EndpointSlice 是实现某 Service 的端点的子集。一个 Service 可以有
289289
290290
* Kubernetes-defined prefixed names:
291291
* 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540
292+
* 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455
293+
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
292294
293295
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
294296
-->
@@ -300,6 +302,8 @@ EndpointSlice 是实现某 Service 的端点的子集。一个 Service 可以有
300302

301303
* Kubernetes 定义的前缀名称:
302304
* 'kubernetes.io/h2c' - 使用明文的 HTTP/2 协议,详见 https://www.rfc-editor.org/rfc/rfc7540
305+
* 'kubernetes.io/ws' - 通过明文传输的 WebSocket,详见 https://www.rfc-editor.org/rfc/rfc6455
306+
* 'kubernetes.io/wss' - 通过 TLS 传输的 WebSocket,详见 https://www.rfc-editor.org/rfc/rfc6455
303307

304308
* 其他协议应该使用带前缀的名称,例如 mycompany.com/my-custom-protocol。
305309

0 commit comments

Comments
 (0)