Kubernetes has native discovery through services and coredns. For ingress, Nginx controller could be used which will route traffic based on ingress resources. With these features in place, what are the use cases for using DiscoveryClient for kubernetes? I could think of one scenario could be headless services which will return a list of endpoints and needs client load balancing. Please share how the discovery client for kubernetes is used in your projects.