|
| 1 | +--- |
| 2 | +title: Explore the Gloo UI |
| 3 | +weight: 20 |
| 4 | +description: Explore the features of the Gloo UI to help you get an at-a-glance view of your Gloo Gateway environment. |
| 5 | +--- |
| 6 | + |
| 7 | +Explore the features of the Gloo UI to help you get an at-a-glance view of your Gloo Gateway environment. |
| 8 | + |
| 9 | +## About the Gloo UI |
| 10 | + |
| 11 | +* **Gloo Gateway dashboard**: Use the Gloo UI dashboard to quickly review the health of your Gloo Gateway setup, and any insights that were detected. If you use the Gloo UI in a multicluster setup, you can also review the health of the Gloo management server and agents. |
| 12 | +* **Insights**: The Gloo UI comes with an insights engine that automatically analyzes your Gloo Gateway setup for health issues. These issues are shared in the UI along with recommendations to harden your Gloo Gateway setup. The insights give you a checklist to address issues that might otherwise be hard to detect across your environment. For more information, see [Insights](#insights). |
| 13 | +* **Traffic resource overview**: Review the gateways, routes, policies, and destinations that are set up in your environment and the traffic management rules that you applied to them. |
| 14 | +* **Security and compliance**: The **Dashboard** and **Security Insights** pages of the Gloo UI can help you review the overall security posture of your setup, including insights and recommendations regarding your certificates, encrypted traffic, FIPS compliance, and more. |
| 15 | +* **Drill into apps and services**: Review what services can communicate with other services and how traffic between services is secured. |
| 16 | +* **Visualize and monitor metrics**: With the built-in Prometheus integration, the Gloo UI has access to workload-specific metrics, such as the number of requests that were received for a workload. This data is visualized in the Gloo UI graph. |
| 17 | + |
| 18 | +## Before you begin |
| 19 | + |
| 20 | +Follow the steps to [Set up the Gloo UI]({{< versioned_link_path fromRoot="/guides/observability/ui/setup/" >}}). |
| 21 | + |
| 22 | +## Launch the UI |
| 23 | + |
| 24 | +1. Port-forward the Gloo UI pod. |
| 25 | + ```sh |
| 26 | + kubectl port-forward deployment/gloo-mesh-ui -n gloo-system 8090 |
| 27 | + ``` |
| 28 | +2. Open the Gloo UI dashboard. |
| 29 | + ```sh |
| 30 | + open http://localhost:8090/dashboard |
| 31 | + ``` |
| 32 | + |
| 33 | +  |
| 34 | + |
| 35 | + |
| 36 | +## Home |
| 37 | + |
| 38 | +View the health and performance of your Gloo Gateway control and data plane components, and view recommendations to harden your setup by using the **Dashboard** and **Insights** pages. |
| 39 | + |
| 40 | +### Dashboard |
| 41 | + |
| 42 | +The Gloo UI dashboard provides an at-a-glance overview of your Gloo Gateway setup and the health of your components. If you have gateways that use the Kubernetes Gateway API, you can also view request rates, failures, and request latency on the dashboard. Note the the request rate, failures, and latency is not available when you use gateways that are based on the Gloo Edge API. |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +### Insights |
| 47 | + |
| 48 | +The Gloo UI comes with an insights engine that automatically analyzes your Gloo Gateway setup for health issues. These issues are displayed in the UI along with recommendations to harden your setups. The insights give you a checklist to address issues that might otherwise be hard to detect across your environment. |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +## Inventory |
| 53 | + |
| 54 | +The **Inventory** section provides an at-a-glance look at the health of registered clusters and discovered services that make up your Gloo Gateway environment. |
| 55 | + |
| 56 | +### Clusters |
| 57 | + |
| 58 | +On the **Clusters page**, review details of the cluster where Gloo Gateway is installed, such as insights, the health of the Gloo Gateway control and data planes, and applied routes, gateways, destinations, and policies. |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +## Traffic |
| 64 | + |
| 65 | +The **Traffic** section provides an overview of deployed Gateways, routes, policies, and destinations. |
| 66 | + |
| 67 | + |
| 68 | +### Gateways |
| 69 | + |
| 70 | +On the **Gateways** page, you can view the YAML configuration of gateway-related resources, such as gateway proxies, or MatchableHTTPGateways and MatchableTCPGateways. |
| 71 | + |
| 72 | +To filter the list of resources, you can choose between the following options: |
| 73 | +* Use the **Status** field to filter between healthy and unhealthy gateway resources. |
| 74 | +* Use the **Label key** and **value** fields to filter resources by their labels. |
| 75 | +* Use the **Filter by** dropdown list to display the resource types that you are interested in. |
| 76 | +* Use the **Search** bar to find a resource by name, namespace, or other properties |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +### Routes |
| 82 | + |
| 83 | +On the **Routes** page, you can view the VirtualServices and RouteTables that you created in your cluster. Click **YAML** to view the YAML configuration of your route. |
| 84 | + |
| 85 | +To filter the list of resources, you can choose between the following options: |
| 86 | +* Use the **Status** field to filter between healthy and unhealthy gateway resources. |
| 87 | +* Use the **Label key** and **value** fields to filter resources by their labels. |
| 88 | +* Use the **Filter by** dropdown list to display the resource types that you are interested in. |
| 89 | +* Use the **Search** bar to find a resource by name, namespace, or other properties |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | +### Policies |
| 95 | + |
| 96 | +On the **Policies** page, you can view any policies that you applied in your environment, such as RouteOption, VirtualHostOption, ListenerOption, HttpListenerOptions, AuthConfigs, and RatelimitConfi. To view the policy configuration, you can click **YAML**. |
| 97 | + |
| 98 | +To filter the list of resources, you can choose between the following options: |
| 99 | +* Use the **Status** field to filter between healthy and unhealthy gateway resources. |
| 100 | +* Use the **Label key** and **value** fields to filter resources by their labels. |
| 101 | +* Use the **Filter by** dropdown list to display the resource types that you are interested in. |
| 102 | +* Use the **Search** bar to find a resource by name, namespace, or other properties |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | +### Destinations |
| 107 | + |
| 108 | +On the **Destination** page, review a list of discovered destinations, such as Kubernetes services and Gloo Gateway Upstreams. |
| 109 | + |
| 110 | +To filter the list of resources, you can choose between the following options: |
| 111 | +* Use the **Status** field to filter between healthy and unhealthy gateway resources. |
| 112 | +* Use the **Label key** and **value** fields to filter resources by their labels. |
| 113 | +* Use the **Filter by** dropdown list to display the resource types that you are interested in. |
| 114 | +* Use the **Search** bar to find a resource by name, namespace, or other properties |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | +For Kubernetes services, you click on **Details** to perform the following tasks: |
| 119 | +* Review the destination's configuration with the **YAML** button. The YAML details can help you debug the service. |
| 120 | +* See an analysis of the service’s error rate and latency in the **Service Signals** card. |
| 121 | +* View the **Graph** tab to visualize the network traffic that reaches your destination. For more information about how to use the graph, see [Graph](#graph). |
| 122 | + |
| 123 | + |
| 124 | +## Security |
| 125 | +Review details of the security setup of your Gloo Gateway environment. |
| 126 | +### Certificates |
| 127 | + |
| 128 | +{{% notice note %}} |
| 129 | +This view is not supported when using Gloo Gateway with the Gloo Edge API. It is supported only for setups that use the Kubernetes Gateway API. For more information, see [Certificates](https://docs.solo.io/gateway/latest/observability/ui/explore/#certificates) in the Gloo Gateway (Kubernetes Gateway API) documentation. |
| 130 | +{{% /notice %}} |
| 131 | + |
| 132 | + |
| 133 | +## Observability |
| 134 | + |
| 135 | +Visualize traffic in the Gloo UI. |
| 136 | + |
| 137 | +### Graph |
| 138 | + |
| 139 | +{{% notice note %}} |
| 140 | +The Gloo UI Graph visualizes traffic in your cluster and is available only for gateways that use the Kubernetes Gateway API. Gateways that use the Gloo Edge API are not supported. To learn more about the Graph and how you can visualize traffic in your cluster, see [Graph](https://docs.solo.io/gateway/latest/observability/ui/explore/#graph) in the Gloo Gateway (Kubernetes Gateway API) documentation. |
| 141 | +{{% /notice %}} |
| 142 | + |
| 143 | + |
0 commit comments