Headless Service

Difficulty: Advanced

Question

What is a Headless Service?

Answer

A Service with `clusterIP: None`. It doesn't provide a load balancer; instead, DNS queries return the IPs of the individual Pods directly. Often used with StatefulSets.

Concepts covered

DNS, StatefulSet