every Service gets an Endpoint object. This holds a list of all the Pods the Service matches and is dynamically updated as Pods come and go. We can see Endpoints with the normal kubectl commands (Endpoints get the same name as the Service they relate to). $ kubectl get ep hello-svc