@@ -24,13 +24,13 @@ description: >-
24
24
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
25
25
26
26
<!--
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).
30
30
-->
31
- Kubernetes 的** 端点切片(EndpointSlices) ** 提供了一种简单的方法来跟踪
31
+ Kubernetes 的 _ EndpointSlice _ API 提供了一种简单的方法来跟踪
32
32
Kubernetes 集群中的网络端点(network endpoints)。EndpointSlices 为
33
- Endpoints(/zh-cn/docs/concepts/services-networking/service/#endpoints)
33
+ [ Endpoints] ( /zh-cn/docs/concepts/services-networking/service/#endpoints )
34
34
提供了一种可扩缩和可拓展的替代方案。
35
35
36
36
<!-- body -->
@@ -500,11 +500,12 @@ EndpointSlices 还支持围绕双栈网络和拓扑感知路由等新功能的
500
500
# # {{% heading "whatsnext" %}}
501
501
502
502
<!--
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
504
504
* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/) for the EndpointSlice API
505
505
* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoints-v1/) for the Endpoints API
506
506
-->
507
- * 遵循[使用 Service 连接到应用](/zh-cn/docs/concepts /services-networking /connect-applications-service/)教程
507
+ * 遵循[使用 Service 连接到应用](/zh-cn/docs/tutorials /services/connect-applications-service/)教程
508
508
* 阅读 EndpointSlice API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/)
509
509
* 阅读 Endpoints API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/endpoints-v1/)
510
510
511
+
0 commit comments