update readme
This commit is contained in:
parent
7d16bc7def
commit
3e1815cc4b
28
README.md
28
README.md
|
@ -32,10 +32,30 @@ make ke-linux
|
||||||
|
|
||||||
## What kubeye can do
|
## What kubeye can do
|
||||||
|
|
||||||
1. Core component detection in the cluster, including controller-manager, scheduler and etc.
|
1. Core component detection in the cluster, including controller-manager, scheduler and ETCD exception detection.
|
||||||
2. Node detection in the cluster, including Kubelet abnormalities, insufficient machine memory resources, docker service exceptions.
|
2. Node detection in the cluster, including Kubelet abnormalities, insufficient machine MEMORY/CPU/IO resources, docker service exceptions.
|
||||||
3. Whether the cluster pod is healthy.
|
3. Pod detection int the cluster, including pod best practices, pod exceptions information.
|
||||||
> Check for more detail items [Click here](./docs/check-content_zh-CN.md)
|
|
||||||
|
## Features
|
||||||
|
| YES/NO | CHECk ITEM |
|
||||||
|
| ---------- | ----------------------------|
|
||||||
|
| :white_check_mark: | ETCD/Core |
|
||||||
|
| :white_check_mark: | Controller-Manager/Core |
|
||||||
|
| :white_check_mark: | Schedule/Core |
|
||||||
|
| :white_check_mark: | Kubelet/Node |
|
||||||
|
| :white_check_mark: | Memory/Node |
|
||||||
|
| :white_check_mark: | CPU/Node |
|
||||||
|
| :white_check_mark: | IO/Node |
|
||||||
|
| :white_check_mark: | Docker/Node |
|
||||||
|
| :white_check_mark: | cpuLimitsMissing/Pod |
|
||||||
|
| :white_check_mark: | livenessProbeMissing/Pod |
|
||||||
|
| :white_check_mark: | runAsPrivileged/Pod |
|
||||||
|
| :white_check_mark: | tagNotSpecified/Pod |
|
||||||
|
| :white_check_mark: | imageRegistry/Pod |
|
||||||
|
| :white_check_mark: | livenessProbeMissing/Pod |
|
||||||
|
| :white_check_mark: | livenessProbeMissing/Pod |
|
||||||
|
| :white_check_mark: | livenessProbeMissing/Pod |
|
||||||
|
| :white_check_mark: | livenessProbeMissing/Pod |
|
||||||
|
|
||||||
## Results Example
|
## Results Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue