Skip to content

Commit ddd17bf

Browse files
authored
Merge pull request #37875 from kinzhi/kinzhi228
[zh-cn]Update endpoint-slices.md
2 parents 2efbad0 + d150866 commit ddd17bf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

content/zh-cn/docs/concepts/services-networking/endpoint-slices.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ description: >-
2424
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
2525

2626
<!--
27-
Kubernetes' _EndpointSlices_ provide a simple way to track network endpoints
28-
within a Kubernetes cluster. EndpointSlices offers a more scalable and extensible
29-
alternative to Endpoints(/docs/concepts/services-networking/service/#endpoints).
27+
Kubernetes' _EndpointSlice_ API provides a way to track network endpoints
28+
within a Kubernetes cluster. EndpointSlices offer a more scalable and extensible
29+
alternative to [Endpoints](/docs/concepts/services-networking/service/#endpoints).
3030
-->
31-
Kubernetes 的**端点切片(EndpointSlices)** 提供了一种简单的方法来跟踪
31+
Kubernetes 的 _EndpointSlice_ API 提供了一种简单的方法来跟踪
3232
Kubernetes 集群中的网络端点(network endpoints)。EndpointSlices 为
33-
Endpoints(/zh-cn/docs/concepts/services-networking/service/#endpoints)
33+
[Endpoints](/zh-cn/docs/concepts/services-networking/service/#endpoints)
3434
提供了一种可扩缩和可拓展的替代方案。
3535

3636
<!-- body -->
@@ -500,11 +500,12 @@ EndpointSlices 还支持围绕双栈网络和拓扑感知路由等新功能的
500500
## {{% heading "whatsnext" %}}
501501

502502
<!--
503-
* Read [Connecting Applications with Services](/docs/concepts/services-networking/connect-applications-service/)
503+
* Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial
504504
* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/) for the EndpointSlice API
505505
* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoints-v1/) for the Endpoints API
506506
-->
507-
* 遵循[使用 Service 连接到应用](/zh-cn/docs/concepts/services-networking/connect-applications-service/)教程
507+
* 遵循[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程
508508
* 阅读 EndpointSlice API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/)
509509
* 阅读 Endpoints API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/endpoints-v1/)
510510

511+

0 commit comments

Comments
 (0)