Kubernetes Node memory pressure
critical

Description Node {{ $labels.node }} has MemoryPressure condition
Query for 2m
>>>
	
				
					
				
			
				
					{condition="MemoryPressure",status="true"} == 1
				
			
    
Query Explanation

The PromQL query selects the kube_node_status_condition metric with condition="MemoryPressure" and status="true", which yields a value of 1 for each node currently reporting a MemoryPressure condition. The alert triggers whenever this expression evaluates to 1, i.e., when any Kubernetes node has its MemoryPressure condition set to true.

Get Alert
Download
Copy to Clipboard