Skip to main content

Nodes

co.brick observe monitors Kubernetes nodes and calculates their health status based on the Ready node condition. The following rules apply:

StatusCondition
HealthyThe node is ready to accept new pods.
UnhealthyThe node is not ready to accept new pods.
UnknownThe node controller has not heard from the node in the last node-monitor-grace-period.

For more details on Nodes health status, see Kubernetes documentation.