Service
A Service in Kubernetes is an abstraction that defines a stable network endpoint for accessing a set of Pods — even if those Pods change over time. Since Pods are ephemeral (they can be created, destroyed, or rescheduled), a Service provides a consistent way to reach them via a fixed IP address, DNS name,…
