DEV Community

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

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....