diff --git a/content/rancher/v2.x/en/istio/v2.5/setup/_index.md b/content/rancher/v2.x/en/istio/v2.5/setup/_index.md index f7237953385..eb9801f192b 100644 --- a/content/rancher/v2.x/en/istio/v2.5/setup/_index.md +++ b/content/rancher/v2.x/en/istio/v2.5/setup/_index.md @@ -27,4 +27,4 @@ The workloads and services that you want to be controlled by Istio must meet [Is 1. [Add deployments and services that have the Istio sidecar injected.]({{}}/rancher/v2.x/en/cluster-admin/tools/istio/setup/deploy-workloads) 1. [Set up the Istio gateway. ]({{}}/rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway) 1. [Set up Istio's components for traffic management.]({{}}/rancher/v2.x/en/cluster-admin/tools/istio/setup/set-up-traffic-management) -1. [Generate traffic and see Istio in action.](#generate-traffic-and-see-istio-in-action) +1. [Generate traffic and see Istio in action.]({{}}/rancher/v2.x/en/istio/v2.5/setup/view-traffic/ ) diff --git a/content/rancher/v2.x/en/istio/v2.5/setup/deploy-workloads/_index.md b/content/rancher/v2.x/en/istio/v2.5/setup/deploy-workloads/_index.md index 19bf73c3a11..6d1a6995bcd 100644 --- a/content/rancher/v2.x/en/istio/v2.5/setup/deploy-workloads/_index.md +++ b/content/rancher/v2.x/en/istio/v2.5/setup/deploy-workloads/_index.md @@ -1,5 +1,5 @@ --- -title: 4. Add Deployments and Services with the Istio Sidecar +title: 3. Add Deployments and Services with the Istio Sidecar weight: 4 aliases: - /rancher/v2.x/en/cluster-admin/tools/istio/setup/deploy-workloads diff --git a/content/rancher/v2.x/en/istio/v2.5/setup/gateway/_index.md b/content/rancher/v2.x/en/istio/v2.5/setup/gateway/_index.md index 502dd76f48a..31c61d355e6 100644 --- a/content/rancher/v2.x/en/istio/v2.5/setup/gateway/_index.md +++ b/content/rancher/v2.x/en/istio/v2.5/setup/gateway/_index.md @@ -1,5 +1,5 @@ --- -title: 5. Set up the Istio Gateway +title: 4. Set up the Istio Gateway weight: 5 aliases: - /rancher/v2.x/en/cluster-admin/tools/istio/setup/gateway diff --git a/content/rancher/v2.x/en/istio/v2.5/setup/set-up-traffic-management/_index.md b/content/rancher/v2.x/en/istio/v2.5/setup/set-up-traffic-management/_index.md index e2449894cb6..f492fc33aa2 100644 --- a/content/rancher/v2.x/en/istio/v2.5/setup/set-up-traffic-management/_index.md +++ b/content/rancher/v2.x/en/istio/v2.5/setup/set-up-traffic-management/_index.md @@ -1,5 +1,5 @@ --- -title: 6. Set up Istio's Components for Traffic Management +title: 5. Set up Istio's Components for Traffic Management weight: 6 aliases: - /rancher/v2.x/en/cluster-admin/tools/istio/setup/set-up-traffic-management diff --git a/content/rancher/v2.x/en/istio/v2.5/setup/view-traffic/_index.md b/content/rancher/v2.x/en/istio/v2.5/setup/view-traffic/_index.md index 15325d222d2..01b6687ebab 100644 --- a/content/rancher/v2.x/en/istio/v2.5/setup/view-traffic/_index.md +++ b/content/rancher/v2.x/en/istio/v2.5/setup/view-traffic/_index.md @@ -1,5 +1,5 @@ --- -title: 7. Generate and View Traffic +title: 6. Generate and View Traffic weight: 7 aliases: - /rancher/v2.x/en/cluster-admin/tools/istio/setup/view-traffic @@ -10,7 +10,7 @@ This section describes how to view the traffic that is being managed by Istio. # The Kiali Traffic Graph -The Istio overpage provides a link to the Kiali dashboard. From the Kiali dashboard, you are able to view graphs for each namespace. The Kiali graph provides a powerful way to visualize the topology of your Istio service mesh. It shows you which services communicate with each other. +The Istio overview page provides a link to the Kiali dashboard. From the Kiali dashboard, you are able to view graphs for each namespace. The Kiali graph provides a powerful way to visualize the topology of your Istio service mesh. It shows you which services communicate with each other. >**Prerequisite:** To enable traffic to show up in the graph, ensure you have prometheus installed in the cluster. Rancher-istio installs Kiali configured by default to work with the rancher-monitoring chart. You can use rancher-monitoring or install your own monitoring solution. Optional: you can change configuration on how data scraping occurs by setting the [Selectors & Scrape Configs]({{}}/rancher/v2.x/en/istio/setup/enable-istio-in-cluster/#selectors-scrape-configs) options. @@ -19,7 +19,7 @@ To see the traffic graph, 1. From the **Cluster Explorer**, select **Istio** from the nav dropdown. 1. Click the **Kiali** link on the Istio **Overview** page. 1. Click on **Graph** in the side nav. -1. Change the namespace in the **Namesace** dropdown to view the traffic for each namespace. +1. Change the namespace in the **Namespace** dropdown to view the traffic for each namespace. If you refresh the URL to the BookInfo app several times, you should be able to see green arrows on the Kiali graph showing traffic to `v1` and `v3` of the `reviews` service. The control panel on the right side of the graph lets you configure details including how many minutes of the most recent traffic should be shown on the graph.