Metrics

Overview

Krust displays CPU and memory usage for pods and workloads by integrating with the Kubernetes metrics-server API.

Pod Metrics

CPU and memory usage values are displayed directly in the pod list table columns. Values are fetched from the metrics.k8s.io API.

Workload Metrics

Aggregated CPU and memory metrics are available for workload resources:

Deployment metrics are resolved through ReplicaSet ownership chains.

Polling

Metrics are polled on a 30-second interval and refresh automatically in the background.

Graceful Degradation

If metrics-server is not available in the cluster:

Requirements