Kubernetes Services: A Kubernetes Service provides a stable endpoint (DNS?
name) for accessing a set of pods. When a pod’s IP address changes (due to scaling
or restarting), the service ensures the connection remains intact by updating the DNS
record.