Title here
Summary here
Endpoints in Kubernetes provide a way to connect services to the pods that they target. They are automatically created and managed by the Kubernetes control plane. Endpoints maintain a mapping between a service and the set of pods it routes traffic to. When a service is created, Kubernetes automatically creates an Endpoint object with the same name, which initially contains no endpoints. As pods come and go, the Endpoints object is updated to reflect the current set of endpoints for the service.
Resource details