Enable Istio on IEC type2
[iec.git] / src / foundation / service_mesh / README.md
1 # Service Mesh on IEC
2 The Service Mesh, the most popular word in Cloud Native technology area, is used to
3 describe the network of Micro-Services. It makes up such applications and the
4 interactions between them.
5 Now, the Istio--the hottest Service-Mesh software--has been supported by IEC. In
6 this document, we will introduce how to deploy it. For details, please refer to
7 [Istio](https://istio.io).
8
9 ## Deploy Service-Mesh
10
11   ./install_Istio.sh
12
13 ## Verify Service-Mesh
14 Please refer to README.md in iec/src/use_case/service_mesh/bookinfo folder to get
15 more information.