Merge pull request #26 from Forest-L/main

Add polaris description
This commit is contained in:
KubeSphere CI Bot 2021-01-21 11:28:40 +08:00 committed by GitHub
commit 2702ba37fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
OWNERS
View File

@ -14,4 +14,4 @@ reviewers:
- calvinyv
- FeynmanZhou
- wansir
- LinuxSuRen
- LinuxSuRen

View File

@ -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.