X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Fuse_cases%2Fservice_mesh%2Fbookinfo%2FREADME.md;fp=src%2Fuse_cases%2Fservice_mesh%2Fbookinfo%2FREADME.md;h=8d4d5a78b447f3aa45c6f597376ccee36b8b8853;hb=76fb944a515d7dbc9d1a915955a06b05928e8905;hp=0000000000000000000000000000000000000000;hpb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;p=iec.git diff --git a/src/use_cases/service_mesh/bookinfo/README.md b/src/use_cases/service_mesh/bookinfo/README.md new file mode 100644 index 0000000..8d4d5a7 --- /dev/null +++ b/src/use_cases/service_mesh/bookinfo/README.md @@ -0,0 +1,15 @@ +# Bookinfo example on Istio +This example deploys a sample application composed of four separate microservices +used to demonstrate various Istio features. The application displays information +about a book, similar to a single catalog entry of an online book store. Displayed +on the page is a description of the book, book details (ISBN, number of pages, and +so on), and a few book reviews. +For more detail informations, please refer to corresponding website: +[Bookinfo](https://istio.io/docs/examples/bookinfo/). +In this document, it will show you how to deploy it. + +## Deploy Bookinfo example +Firstly, get to know the k8s master IP address. +Secondly, run the install.sh scripts with master IP address. + + ./install/install.sh $master_ip