⎈ k8s knowledge compiler

EndpointSlice [glossary]deterministic

EndpointSlices track the IP addresses of Pods for Services.

networking

EndpointSlices track the IP addresses of backend endpoints. EndpointSlices are normally associated with a [Service](#gloss:service) and the backend endpoints typically represent [Pods](#gloss:pod).

One Service can be backed by multiple Pods. Kubernetes represents the backing endpoints of a Service with a set of EndpointSlices that are associated with that Service. The backing endpoints are usually, but not always, pods running in the cluster.

The control plane usually manages EndpointSlices for you automatically. However, EndpointSlices can be defined manually for [Services](#gloss:service) without [selectors](#gloss:selector) specified.

Sources

reference/glossary/endpoint-slice.md · docEndpointSlices track the IP addresses of Pods for Services.

Related (11)

references Debugging DNS Resolutionendpointslice conf=1
references API-initiated EvictionEndpointSlice conf=1
defines EndpointSlices conf=1
references ServiceEndpointSlices conf=1
references DNS for Services and PodsEndpointSlice conf=1
references Pod LifecycleEndpointSlice conf=1
references Liveness, Readiness, and Startup ProbesEndpointSlice conf=1
references Connecting Applications with ServicesEndpointSlices conf=1
references Virtual IPs and Service ProxiesEndpointSlice conf=1
references What Happens After A Node RestartEndpointSlices conf=1
prerequisite_of CustomResourceDefinitionai-suggested prerequisite conf=0.7

← all Docs