跳到主要内容

Kube-score

https://github.com/zegl/kube-score

kube-score is a tool that performs static code analysis of your Kubernetes object definitions.

The output is a list of recommendations of what you can improve to make your application more secure and resilient. Taken from the official documentation

Functionalities

提示

See Kube-score API Reference for more details.

  1. Get Kube-score result (GET /api/v1/kubescore/get)
  2. Execute new kubescore scan (GET /api/v1/kubescore/new)
  3. List all kubescore scans, fetched from database (GET /api/v1/kubescore/list)
  4. Delete a kubescore scan (POST /api/v1/kubescore/delete)

Unused Functionalities

  1. Upload interactive file (POST /api/v1/kubescore/interactive/upload)
  2. Get interactive result (GET /api/v1/kubescore/interactive/get)