DEV Community

Cover image for How to set up Java microservices with Istio service mesh on Kubernetes

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

Deepu K Sasidharan on July 24, 2019

Originally published at deepu.tech. Originally published at Medium on 17-Nov-2018. This post has been updated on Jan-2020 to work with the latest ...
Collapse
 
mesuttekin profile image
Mesut Tekin

Hi Deepu,
Thank you very much for the useful article. Do you have any comment on below question on StackOverflow. (How to use JHipster UAA along with Istio Ingress Gateway).
stackoverflow.com/questions/619307...

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Sorry unfortunately I haven't tried this combination

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

Collapse
 
Sloan, the sloth mascot
Comment deleted