Kubernetes is not discovering the service through feignclient

12/2/2019

I created two spring boot services named servicea and serviceb, and I am calling the serviceb endpoint in servicea through feign client. if I deploy locally it is working fine as expected. but when I am deploying the same services in Kubernetes it is throwing 404 not found.

Error: service A failed with exception: status 404 reading ServiceBClient

-- Sunil Gudivada
feign
kubernetes
spring
spring-boot
spring-cloud

0 Answers