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 to store inspection results in external database #280

Open pixiake opened 1 year ago

pixiake commented 1 year ago

What would you like to be added: Support to store inspection results in external database. such as: prometheus etc.

Why is this needed: At present, kubeeye stores the inspection results in the status of custom resources, but with the increasing number of integrated plugins, there will be more and more inspection results, so it is necessary to store the inspection results in an external database.