Skip to main contentNedix.io

Kube-score

A tool to perform static analysis of Kubernetes object definitions, with a focus on security and resiliency.

Usage

cd overlays/production; \
kustomize build --enable-helm > build.yaml; \
docker run --rm -t -v $(pwd):/project zegl/kube-score score build.yaml

References