Home / BeaverDeck / Docs / Insights Guide / Workload Insights / Pod Request Usage
Pod Request Usage
BeaverDeck uses this check to identify a specific workload condition that may need operator review.
| Check type | pod-request-usage |
|---|---|
| Insights section | Workload Insights |
| Alert severity | Warning |
When It Reports A Finding
For a Running Pod with metrics available, current CPU usage or memory usage is greater than the corresponding Pod request.
Why This Is A Problem
Sustained usage above requests means the scheduler reserved less capacity than the workload consumes. This can reduce placement accuracy and increase contention or eviction risk.
Recommended Response
- Confirm that the sample represents sustained behavior rather than a short burst.
- Compare current and historical usage with requests, limits, replicas, and autoscaling targets.
- Raise requests, improve application efficiency, or scale horizontally according to the workload pattern.
Scope And Limitations
This is a current metrics sample. CPU usage above a request is not itself CPU throttling, and short bursts can be healthy. No result is produced when pod metrics are unavailable.
After remediation: refresh Workload Insights and verify the underlying
resource or metric. Suppress the finding only when the condition is intentional and its risk is accepted.