Accessing third-party UIs

    OKD also provides access to the Prometheus, Alertmanager, and Grafana third-party interfaces. Dashboards for some additional platform components are included in MonitoringDashboards in the OKD web console.

    You can access the Alertmanager, Grafana, Prometheus, and Thanos Querier web UIs through the OKD web console.

    Prerequisites

    • You have access to the cluster as a user with the cluster-admin role.
    1. In the Administrator perspective, navigate to NetworkingRoutes.

    2. Access a third-party monitoring UI:

      • Select the URL in the alertmanager-main row to open the login page for the Alertmanager UI.

      • Select the URL in the grafana row to open the login page for the Grafana UI.

      • Select the URL in the row to open the login page for the Prometheus UI.

      • Select the URL in the thanos-querier row to open the login page for the Thanos Querier UI.

    Accessing third-party monitoring UIs by using the CLI

    You can obtain URLs for the Prometheus, Alertmanager, and Grafana web UIs by using the OpenShift CLI (oc) tool.

    Prerequisites

    • You have access to the cluster as a user with the cluster-admin role.

    Procedure

    1. Run the following to list routes for the project:

      Example output

      1. NAME HOST/PORT ...
      2. alertmanager-main alertmanager-main-openshift-monitoring.apps._url_.openshift.com ...
      3. grafana grafana-openshift-monitoring.apps._url_.openshift.com ...
      4. prometheus-k8s prometheus-k8s-openshift-monitoring.apps._url_.openshift.com ...
    2. Navigate to a HOST/PORT route by using a web browser.