zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.65k stars 174 forks source link

all: extendable externally usable API #598

Closed zegl closed 1 month ago

zegl commented 1 month ago

Refactor/rewrite the Go API (not previously considered to be stable) to be extendable with custom checks written in Go, and to make the API easier to consume.

The API is not yet considered to be stable, but this is a good step in that direction.

Fixes #534