Skip to content

Commit c9e5dd4

Browse files
committed
Updated Readme doc
1 parent 7ef3665 commit c9e5dd4

File tree

1 file changed

+2
-0
lines changed
  • extensions/istio-service-mesh/traffic-shifting

1 file changed

+2
-0
lines changed

extensions/istio-service-mesh/traffic-shifting/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ $ kubectl apply -f ./istio-resources/claims-api-vs.yaml -n dev-claims-istio
1919

2020
Use the Azure Portal and access the *Application Insights* instance. Generate some Claims API traffic using a script (curl) or a web browser. In Azure Application Insights, the claims API traffic can be viewed in real time on the Live Stream Metrics blade. You will observe that metrics data for only 50% of the API calls are received by Application Insights. This is because we configured Istio to split traffic and send only 50% of the API calls to version **v3** of the microservice.
2121

22+
Leave the Application Insights Live Stream Metrics blade open. Update the **claims-api-vs** Virtual Service one more time and direct 100% of the traffic to claims-api:v3 service. Observe how Istio directs 100% of the API traffic to v3!
23+
2224
In this section, you have seen how Istio service mesh can be used to split traffic among multiple versions of a microservice.
2325

2426
**References:**

0 commit comments

Comments
 (0)