mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
//* service_mesh/v1x/ossm-observability.adoc
|
|
//* service_mesh/v2x/ossm-observability.adoc
|
|
|
|
[id="ossm-observability-access-console_{context}"]
|
|
= Accessing the Kiali console
|
|
|
|
To access the console, in the menu bar, click the *Application launcher* > *Kiali*.
|
|
|
|
1. In the {product-title} menu bar, click the *Application launcher* > *Kiali*.
|
|
|
|
2. Log in to the Kiali console with the same user name and password as you use to access the {product-title} console.
|
|
|
|
3. Select the project for your service in the *Namespace* field. If you have installed the Bookinfo example, select `bookinfo`.
|
|
|
|
.Procedure from the command line
|
|
|
|
. Run this command from the CLI to obtain the route and Kiali URL:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc get routes
|
|
----
|
|
+
|
|
In the output on the `kiali` line, use the URL in the HOST/PORT column to open the Kiali console. Log in to the Kiali console with the same user name and password as you use to access the {product-title} console. Select the project for your service in the *Namespace* field.
|
|
|
|
When you first log in, you see the Overview page which displays all the namespaces in your mesh that you have permission to view.
|