What this pattern does:

This design deploys Istio BookInfo App. The Bookinfo application is broken into four separate microservices: productpage. The productpage microservice calls the details and reviews microservices to populate the page. \\
details. The details microservice contains book information. \\
reviews. The reviews microservice contains book reviews. It also calls the ratings microservice. ratings. The ratings microservice contains book ranking information that accompanies a book review.

Caveats and Consideration:

Networking should be properly configured to enable communication between the different services of the app

Compatibility:



Recent Discussions with "meshery" Tag