Skip to main content

Cluster Observability

The Cluster Dashboard provides visibility into Kubernetes resources and workloads running in your cluster. You can view workloads, services, config and storage objects, and cluster-level resources from the Bridge UI.

Prerequisites

  • Tenant Admin access — Log in as a Tenant Admin to access the Cluster Dashboard.
  • Cluster in running state — The cluster must be running; the dashboard is not available for clusters that are still Processing state.

What the Cluster Dashboard Shows

  • Workloads — Pods, Deployments, Replica Sets, Replication Controllers, Stateful Sets, Jobs, Cron Jobs, Services
  • Service — Ingresses, Ingress Classes, Services
  • Config and Storage — Config Maps, Persistent Volume Claims, Secrets, Storage Classes
  • Cluster — Cluster Role Bindings, Cluster Roles, Events, Namespaces, Network Policies, Nodes, Persistent Volumes, Role Bindings, Roles, Service Accounts, Custom Resource Definitions

By default, the dashboard is scoped to the default namespace. You can switch to All Namespaces from the dropdown to view resources across the cluster.

Open the Cluster Dashboard

Step 1: Open the cluster view

  1. From your cluster list, click the cluster name or the ellipsis (three-dot) menu on the cluster row.
  2. Click View to open the cluster detail view.

Cluster View

Step 2: Use the Cluster Dashboard

  1. The Cluster Dashboard opens with resource categories (Workloads, Service, Config and Storage, Cluster).
  2. To view resources from all namespaces, select All Namespaces from the namespace dropdown.
  3. Browse the listed resources and use the dashboard to inspect workloads and cluster state.

Cluster Dashboard

Next Steps