Inspect ready addresses and ports at slice level.

Section: Services and Endpoints

Describe an EndpointSlice

bash
bash
kubectl describe endpointslice <name> -n <namespace>

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Services and Endpoints
Describe a service
Inspect selectors, target ports, and events.
OpenIn sheetbashsame section
List EndpointSlices
Inspect endpoint slice distribution for a Service.
OpenIn sheetbashsame section
List services
Check Service types, ports, and cluster IPs.
OpenIn sheetbashsame section
List endpoints
Verify which backends a Service resolves to.
OpenIn sheetbashsame section
Show Service selector
Verify that pod labels match the Service selector.
OpenIn sheetbashsame section
Describe an Ingress
Check backend mapping, TLS, and events.
OpenIn sheetbash1 tag match