Why connect to a Kubernetes Service instead of directly to an individual Pod?
A Service copies all Pod files into one shared directory
A Service makes each Pod permanent and prevents replacement
A Service provides a stable IP and DNS name even as selected Pods are replaced
A Service builds the container image for every Pod