To view the dashboard, go to the Cluster Resource Overview dashboard.
The Cluster Resource Overview dashboard summarizes your cluster resource utilization and workload health. It gives you a high-level view of your Kubernetes cluster and lets you investigate specific components in detail.
Overview
The Overview section shows cluster-wide CPU usage, memory usage, network transit throughput, and a summary of workload health. Use it to quickly assess the overall state of your cluster.
GPU Info
The GPU Info section provides insights into GPU usage, availability, and the status of idle Slurm Nodes.
Pod Info
The Pod Info section details CPU and memory limits, requests, and usage for each individual Pod. Use it to understand resource consumption at the Pod level.
Node Info
The Node Info section displays CPU and memory capacity, requests, and limits for Pods running on each Node. It also shows the percentage of utilization for each Node based on Pod requests.
Deployment, StatefulSet, and DaemonSet Info
This section provides basic scheduled and ready replica counts for each workload, including Deployments, StatefulSets, and DaemonSets. Use it to verify that your applications are scaled correctly.
Image Info
The Image Info section shows all container images currently in use throughout the cluster. Use it to track image versions and verify compliance.
Last modified on June 10, 2026