Nodes
co.brick co.brick observe monitors Kubernetes nodes and calculates their health status based on the Ready
node condition. The following rules apply:
Status | Condition |
---|---|
Healthy | The node is ready to accept new pods. |
Unhealthy | The node is not ready to accept new pods. |
Unknown | The 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.