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 ...
For further actions, you may consider blocking this person and/or reporting abuse
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...
Sorry unfortunately I haven't tried this combination
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
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
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
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....