kube-score

Analyzes Kubernetes manifests for reliability and security issues

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes object analysis recommendations for improved reliability and security

Commands

kube-score

Examples

Score a single Kubernetes manifest file$ kube-score score deployment.yaml
Score all YAML files in a directory$ kube-score score *.yaml
Score manifests from kubectl output$ kubectl get deployment -o yaml | kube-score score -