Dashboard Overview
The dashboard is the home screen of Menatic AI, providing a high-level view of your Kubernetes cluster’s resources and running workloads.
Stats Cards
Section titled “Stats Cards”At the top of the dashboard, four summary cards show aggregate cluster state:
| Card | Description |
|---|---|
| Nodes | Total nodes in the cluster |
| Notebooks | Count of deployed Jupyter notebook instances |
| MCP Servers | Count of running MCP server deployments |
| GPUs | Total GPU units available and in use |
Cluster Resources
Section titled “Cluster Resources”Below the stats, two pie charts visualize overall CPU and memory allocation across all nodes:
- CPU Usage — requested cores vs. total allocatable cores
- Memory Usage — requested GB vs. total allocatable GB
These charts reflect Kubernetes resource requests, not actual utilization. For actual utilization, see Node Monitoring.
Node List
Section titled “Node List”The node list shows each Kubernetes node with:
- Node name and status
- CPU capacity and current allocation
- Memory capacity and current allocation
- Real-time CPU and memory usage bars (requires metrics-server)
Each node row displays a pair of progress bars — blue for CPU, violet for memory — showing actual consumption relative to capacity.
Refreshing Data
Section titled “Refreshing Data”Click the Refresh button in the top-right corner to reload all dashboard data. The dashboard does not auto-refresh to avoid unnecessary API load.