What exactly is a headless service, what does it do/accomplish, and what are some legitimate use cases for it?

前端 未结 3 447
梦谈多话
梦谈多话 2020-12-23 12:58

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

3条回答
  •  攒了一身酷
    2020-12-23 13:56

    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.

提交回复
热议问题