DEV Community

Discussion on: How to set up Java microservices with Istio service mesh on Kubernetes

Collapse
 
rakgenius profile image
Rakesh

Can you let me know how to make http call from product microservice to invoice microservice while its deployed on kubernetes? I used feign client for endpoint of "services/invoice/api/..." but it didnt work for me

Collapse
 
deepu105 profile image
Deepu K Sasidharan

You can't directly call them like that since the applications don't see each other. You would have to go through the sidecar proxy or via Ingres. I need to look into it to give any solid advice

Collapse
 
rakgenius profile image
Rakesh

Ok thanks.. It would be really helpful if you can provide a solution as I have many microservices which needs inter service communication else using Jhipster on kubernetes will of be no help at all

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan

Well, I can't promise any timeline. Also, this really doesn't depend on JHipster, it is how things work with Istio you could try something like this ordina-jworks.github.io/cloud/2019....