kubesphere / kubeeye

KubeEye aims to find various problems on Kubernetes, such as application misconfiguration, unhealthy cluster components and node problems.
https://kubesphere.io
Apache License 2.0
810 stars 126 forks source link

Support cluster health score #158

Closed ruiyaoOps closed 2 years ago

ruiyaoOps commented 2 years ago

What would you like to be added: Provides a cluster health score to show the level of cluster health

Why is this needed: Cluster health scores are necessary to evaluate the cluster. Through the cluster health score, the user can decide the state of the cluster quickly and proceed to the next step, improving the user's experience on the website.

"scoreInfo": {
  "dangerous": 15,
  "ignore": 3,
  "passing": 372,
  "score": 89,
  "total": 450,
  "warning": 60
}