diff --git a/OWNERS b/OWNERS index fe5853d..0b2235f 100644 --- a/OWNERS +++ b/OWNERS @@ -14,4 +14,4 @@ reviewers: - calvinyv - FeynmanZhou - wansir - - LinuxSuRen \ No newline at end of file + - LinuxSuRen diff --git a/README.md b/README.md index 86b7d42..4a24736 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubeye -Kubeye aims to find various problems on Kubernetes, such as application misconfiguration, cluster components unhealthy and node problems(using [Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector)). Besides predefined rules, it also supports custom defined rules. +Kubeye aims to find various problems on Kubernetes, such as application misconfiguration(using [Polaris](https://github.com/FairwindsOps/polaris)), cluster components unhealthy and node problems(using [Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector)). Besides predefined rules, it also supports custom defined rules. ## Architecture Kubeye gets cluster diagnostic data by calling the Kubernetes API, by regular matching of key error messages in logs and by rule matching of container syntax. See Architecture for details.