Kubernetes EndpointSlices
The Kubernetes EndpointSlices API tracks IP addresses, ports, readiness, and topology information for Pods backing a Service. EndpointSlices replaced the older Endpoints API to improve scalability for large clusters and enable topology-aware routing.
Documentation
Specifications
Other Resources
OpenAPI
#Kubernetes
#Networking
#Service Discovery
#Topology