File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ description: >-
15
15
16
16
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
17
17
18
- _ EndpointSlices_ provide a simple way to track network endpoints within a
19
- Kubernetes cluster. They offer a more scalable and extensible alternative to
20
- Endpoints.
21
-
22
-
18
+ Kubernetes' _ EndpointSlice_ API provides a way to track network endpoints
19
+ within a Kubernetes cluster. EndpointSlices offer a more scalable and extensible
20
+ alternative to [ Endpoints] ( /docs/concepts/services-networking/service/#endpoints ) .
23
21
24
22
<!-- body -->
25
23
@@ -274,3 +272,5 @@ networking and topology-aware routing.
274
272
# # {{% heading "whatsnext" %}}
275
273
276
274
* Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial
275
+ * Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/) for the EndpointSlice API
276
+ * Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoints-v1/) for the Endpoints API
You can’t perform that action at this time.
0 commit comments