Headless Service
Everything on SkillVeris tagged Headless Service — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is a Kubernetes StatefulSet?
A StatefulSet manages Pods that need a stable, unique network identity and stable, persistent storage across restarts — each Pod gets a predictable name and it…
How Does Service Discovery Work in Kubernetes?
Kubernetes service discovery works primarily through DNS: every Service gets a stable DNS name of the form `service-name.namespace.svc.cluster.local` resolved…
How Does DNS Resolution Work Inside Kubernetes?
Kubernetes gives every Service a stable, cluster-internal DNS name in the form service.namespace.svc.cluster.local, resolved by an in-cluster DNS server (CoreD…