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