I have used spring cloud discovery server for kubernetes based on this release notes.
A GET request sent to http://localhost/apps is also returning JSON array of available services as expected.
https://docs.spring.io/spring-cloud-kubernetes/docs/2.1.0-M3/reference/html/#apps
My question is how do I configure Feign Client or RestTemplate to consume the endpoint services provided by the Discovery Server.
(Feign Client or RestTemplate) does not seems to resolve the service names.