Emily and I gave a webinar yesterday about MicroProfile and Istio.
The recording is available at https://www.youtube.com/watch?v=NYIEU2P7v9g:
Links from the session:
Eclipse newsletter about the same subject: https://www.eclipse.org/community/eclipse_newsletter/2018/september/MicroProfile_istio.php
Blog post from me about work in the MicroProfile ServiceMesh working group https://medium.com/@pilhuhn/working-on-microprofile-service-mesh-istio-and-kiali-26d6c01b45cc
Code sample to demonstrate cloud-native microservices:
Main repo: https://github.com/eclipse/microprofile-service-mesh
Service A sample app: https://github.com/eclipse/microprofile-service-mesh-service-a/
Service B sample app: https://github.com/eclipse/microprofile-service-mesh-service-b/
MicroProfile implementations used in the demo:
http://openliberty.io
https://thorntail.io/
A blog post about using mTLS in Istio so that you don’t have to do it in your MicroService.