Skip to main content

Cluster Monitoring

Accessing the monitoring view

Go to SettingsMonitoring to see CPU, memory, and disk usage across all cluster nodes.

Cluster Monitoring Overview

Understanding metrics

Color coding

ColorThresholdAction
🟢 Green< 80% usedHealthy
🟡 Yellow80–90% usedMonitor closely
🔴 Red> 90% usedAction needed

When usage exceeds 90%, you may see: failed deployments, backup failures, app crashes, or system instability.

Disk metrics

Three disk metrics are shown per node:

  • Used Disk Space — currently in use
  • Free but Unusable Disk Space — free but reserved by the OS
  • Available Disk Space — usable by deployed applications

Used + Free but Unusable = total "occupied" disk space on the node.

What to do when resources are high

ResourceOver 90% action
CPUOptimize workloads or add more nodes
RAMReview container memory limits; add RAM or nodes
DiskRun disk cleanup; expand disk or add nodes