krkn-chaos / cerberus

Guardian of Kubernetes clusters. Tool to monitor clusters health and signal/alert on failures.
Apache License 2.0
92 stars 42 forks source link

Store state of the components being monitored #197

Open chaitanyaenr opened 1 year ago

chaitanyaenr commented 1 year ago

Discussing with @smalleni, we thought of an enhancement that might use cases where user wants to be able to know when a node goes missing vs node being in NotReady state for example. Current cerberus doesn't have a concept of state i.e store the node details when it starts monitoring and report when it's missing. Adding this support would help with few use cases.