Kubernetes Pod not healthy
critical

Description Pod {{ $labels.namespace }}/{{ $labels.pod }} has been in a non-running state for longer than 15 minutes.
Query for 15m
>>>
	
				
					sum by (namespace, pod) (
				
			
				
					
				
			
				
					{phase=~"Pending|Unknown|Failed"}) > 0
				
			
    
Query Explanation

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