In Kubernetes, a Service is an abstraction that defines a logical set of Pods and a policy for accessing them. This allows you to expose a network application running in one or more Pods in your cluster.
One of the primary goals of Kubernetes Service...