A Service provides a stable network endpoint to access Pods.
—
Pods are unstable:
Service solves this problem by providing:
—
Service: my-api → routes to Pod A → routes to Pod B
Even if Pods change:
—
—
Service = “front door”
Users do NOT talk to Pods directly. They talk to the Service.