Table of Contents

Service

A Service provides a stable network endpoint to access Pods.

Why needed

Pods are unstable:

Service solves this problem by providing:

Example

Service: my-api → routes to Pod A → routes to Pod B

Even if Pods change:

Service types

Real-world analogy

Service = “front door”

Users do NOT talk to Pods directly. They talk to the Service.