Skip to main contentNedix.io

KubeLinter

Validate manifests against a variety of best practices, with a focus on production readiness and security.

Usage

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

References