Kubeye is a tool for inspecting Kubernetes clusters. It runs a variety of checks to ensure that Kubernetes pods are configured using best practices, helping you avoid problems in the future.
Quickly get cluster core component status and cluster size information and abnormal Pods information and tons of node problems. Developed by the GO language. Support for user-defined best practice configuration rules and the addition of cluster fault scouts, which can refer to the [Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector) project。
## Usage
1、Install Node-problem-Detector in the inspection cluster
* Create a ConfigMap file for Node-Problem-Detector, which contains fault patrol rules and can be added by the user[npd-config.yaml](./docs/npd-config.yaml).