Skip to content

Commit efa29bf

Browse files
authored
Merge pull request #37386 from sftim/20221019_improve_endpointslice_page
Improve EndpointSlice concept
2 parents d76df9a + 024e8d7 commit efa29bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/concepts/services-networking/endpoint-slices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ description: >-
1515

1616
{{< feature-state for_k8s_version="v1.21" state="stable" >}}
1717

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).
2321

2422
<!-- body -->
2523

@@ -274,3 +272,5 @@ networking and topology-aware routing.
274272
## {{% heading "whatsnext" %}}
275273

276274
* 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

0 commit comments

Comments
 (0)