Skip to content

Commit

Permalink
Improve EndpointSlice concept
Browse files Browse the repository at this point in the history
- add links to API references
- tweak initial text
  • Loading branch information
sftim committed Nov 19, 2022
1 parent 9d256ea commit 024e8d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/concepts/services-networking/endpoint-slices.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ description: >-

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

_EndpointSlices_ provide a simple way to track network endpoints within a
Kubernetes cluster. They offer a more scalable and extensible alternative to
Endpoints.


Kubernetes' _EndpointSlice_ API provides a way to track network endpoints
within a Kubernetes cluster. EndpointSlices offer a more scalable and extensible
alternative to [Endpoints](/docs/concepts/services-networking/service/#endpoints).

<!-- body -->

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

* Follow the [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/) tutorial
* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/) for the EndpointSlice API
* Read the [API reference](/docs/reference/kubernetes-api/service-resources/endpoints-v1/) for the Endpoints API

0 comments on commit 024e8d7

Please sign in to comment.