feign.FeignException$NotFound: status 404 reading service in kubernetes

11/22/2019

I am deploying 2 simple spring boot micro-services in my kubernetes cluster and I am trying to achieve service to service communication using feign and ribbon but getting the below exception (Both services are up and running)

feign.FeignException$NotFound: status 404 reading ServiceBClient#getInfo()
-- anupama srinivasa
feign
kubernetes

0 Answers