Skip to the content.

Kubernetes - Headless Service 🧟

Description 👀

A headless service is a service that does not have a ClusterIP. This means that the service will not have a virtual IP address. Instead, the service will return the Pod IP addresses. This is useful for stateful applications that require a stable IP address for each Pod.


Examples 🧩


↩ī¸