Kubernetes StatefulSet down
critical

Description StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} went down
Query for 1m
>>>
	
				
					
				
			
				
					 != 
				
			
				
					
				
			
				
					 > 0
				
			
    
Query Explanation

The query checks whether a StatefulSet has a positive replica count (kube_statefulset_replicas > 0) but the number of ready replicas does not match that count (kube_statefulset_replicas != kube_statefulset_status_replicas_ready). If this mismatch occurs, the alert fires, indicating the StatefulSet is down or not fully ready.

Get Alert
Download
Copy to Clipboard