Enable Istio on IEC type2
[iec.git] / src / use_cases / service_mesh / bookinfo / README.md
1 # Bookinfo example on Istio
2 This example deploys a sample application composed of four separate microservices
3 used to demonstrate various Istio features. The application displays information
4 about a book, similar to a single catalog entry of an online book store. Displayed
5 on the page is a description of the book, book details (ISBN, number of pages, and
6 so on), and a few book reviews.
7 For more detail informations, please refer to corresponding website:
8 [Bookinfo](https://istio.io/docs/examples/bookinfo/).
9 In this document, it will show you how to deploy it.
10
11 ## Deploy Bookinfo example
12 Firstly, get to know the k8s master IP address.
13 Secondly, run the install.sh scripts with master IP address.
14
15   ./install/install.sh $master_ip