Kubernetes Pod not healthy critical
Pod {{ $labels.namespace }}/{{ $labels.pod }} has been in a non-running state for longer than 15 minutes.
>>>
sum by (namespace, pod) (
{phase=~"Pending|Unknown|Failed"}) > 0
The query sums, per namespace and pod, any pods whose phase is Pending, Unknown, or Failed, and fires when the sum is greater than zero. This means the alert triggers if a pod in a given namespace has been in one of those non‑running states for at least 15 minutes.
Get Alert✕
Download
Copy to Clipboard