Kubernetes: what is Endpoints
Usually, we don’t see Endpoints objects when using Kubernetes Services, as they are working under the hood, similar to ReplicaSets which are “hidden” behind Kubernetes Deployments.
Kubernetes Service
So, Service is a Kubernetes abstraction that uses ...
setevoy.hashnode.dev5 min read