1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSSMDOC-462: added content for confirming bookinfo install using kiali console

This commit is contained in:
Tim O'Keefe
2022-04-08 14:01:31 -04:00
parent 9b57811e24
commit 625c5fe2b7
4 changed files with 36 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@@ -41,7 +41,6 @@ This release of {SMProductName} addresses Common Vulnerabilities and Exposures (
|1.0.0
|===
== New features {SMProductName} 1.1.17.1
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs).

View File

@@ -45,7 +45,7 @@ $ oc delete project bookinfo
. Click *Operators* -> *Installed Operators*.
. Click the *Project* menu and choose `openshift-operators` from the list.
. Click the *Project* menu and choose `istio-system` from the list.
. Click the *Istio Service Mesh Member Roll* link under *Provided APIS* for the *{SMProductName}* Operator.

View File

@@ -12,11 +12,10 @@ To confirm that the sample Bookinfo application was successfully deployed, perfo
.Prerequisites
* {SMProductName} {SMProductVersion} installed.
* Access to the OpenShift CLI (`oc`).
* {SMProductName} installed.
* Complete the steps for installing the Bookinfo sample app.
.Procedure
.Procedure from CLI
. Log in to the {product-title} CLI.
@@ -47,3 +46,36 @@ reviews-v3-6dfd49b55b-vcwpf 2/2 Running 0 12m
echo "http://$GATEWAY_URL/productpage"
----
. Copy and paste the output in a web browser to verify the Bookinfo product page is deployed.
.Procedure from Kiali web console
. Obtain the address for the Kiali web console.
.. Log in to the {product-title} web console as a user with `cluster-admin` rights. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role.
.. Navigate to *Networking* -> *Routes*.
.. On the *Routes* page, select the control plane project, for example `istio-system`, from the *Namespace* menu.
+
The *Location* column displays the linked address for each route.
+
.. Click the link in the *Location* column for Kiali.
.. Click *Log In With OpenShift*. The Kiali *Overview* screen presents tiles for each project namespace.
. In Kiali, click *Graph*.
. Select bookinfo from the *Namespace* list, and App graph from the *Graph Type* list.
. Click *Display idle nodes* from the *Display* menu.
+
This displays nodes that are defined but have not received or sent requests. It can confirm that an application is properly defined, but that no request traffic has been reported.
+
image::ossm-kiali-graph-bookinfo.png[Kiali displaying bookinfo application]
+
* Use the *Duration* menu to increase the time period to help ensure older traffic is captured.
+
* Use the *Refresh Rate* menu to refresh traffic more or less often, or not at all.
. Click *Services*, *Workloads* or *Istio Config* to see list views of bookinfo components, and and confirm that they are healthy.