mirror of https://github.com/istio/istio.io.git
replaced dotted line with dashed line (#1020)
to distinguish the mesh boundary vs. grouping of multiple services with different versions
This commit is contained in:
parent
6f41722c31
commit
a7cf7c9bb6
|
|
@ -53,7 +53,7 @@ The updated architecture of the application now looks as follows:
|
|||
caption='The Bookinfo Application with details V2'
|
||||
%}
|
||||
|
||||
Note that the Google Books web service is outside the Istio service mesh, the boundary of which is marked by a dotted line.
|
||||
Note that the Google Books web service is outside the Istio service mesh, the boundary of which is marked by a dashed line.
|
||||
|
||||
Now let's direct all the traffic destined to the _details_ microservice, to _details version v2_, using the following _route rule_:
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ The updated architecture appears below. Note that the blue arrows inside the mes
|
|||
caption='The Bookinfo Application with ratings v2-mysql and an external MySQL database'
|
||||
%}
|
||||
|
||||
Note that the MySQL database is outside the Istio service mesh, or more precisely outside the Kubernetes cluster. The boundary of the service mesh is marked by a dotted line.
|
||||
Note that the MySQL database is outside the Istio service mesh, or more precisely outside the Kubernetes cluster. The boundary of the service mesh is marked by a dashed line.
|
||||
|
||||
### Access the webpage
|
||||
Let's access the webpage of the application, after [determining the ingress IP and port]({{home}}/docs/guides/bookinfo.html#determining-the-ingress-ip-and-port).
|
||||
|
|
|
|||
Loading…
Reference in New Issue