I\'ve read a couple of passages from some books written on Kubernetes as well as the page on headless services in the docs. But I\'m still unsure what it really actually doe
Simply put, a Headless service is the same as default ClusterIP service, but lacks load balancing or proxying. Allowing you to connect to a Pod directly.