Monitoring and Alerts Tabs
The cluster details page provides two related tabs: Monitoring for live resource graphs and Alerts for threshold-based notifications. Both are available once the cluster is Running.
Monitoring
Monitoring is a free service that shows resource usage for a selected node. Open the Monitoring tab and choose the node you want to inspect from the node selector, then review:
- CPU Performance - CPU utilization over time.
- Disk Read/Write Operations - the rate of disk reads and writes.
- Network Traffic Statistics - inbound and outbound network traffic.
For deeper, in-cluster observability (Prometheus and Grafana), see the Monitoring Stack guide.
Alerts
Use the Alerts tab to be notified when a master or worker node crosses a metric threshold.
Create an Alert
- Open the Alerts tab.
- Select the master or worker node to monitor.
- Select Create Alert.
- Choose the Trigger Type - the metric to monitor (for example, CPU usage or memory usage).
- Choose the Trigger Operator - the comparison (for example, greater than or less than).
- Enter the Threshold Value (%) - the alert fires when this value is crossed.
- Choose the Severity - for example, Critical, Warning, or Info.
- Choose the User Group to notify. To create a new user group inline, select the + button. See User Groups.
- Select Create.
The alert then appears in the Alerts list with its trigger condition, severity, and assigned user group. When the condition is met, everyone in the user group is notified.
Related Resources
| Resource | Use it for |
|---|---|
| User Groups | Manage who receives alert notifications. |
| Node Pools | Per-node status and actions. |
| Monitoring Stack guide | In-cluster Prometheus/Grafana. |
Last updated on June 24, 2026.