Skip to main contentNedix.io

Kubeval

Validate manifests against the Kubernetes OpenAPI specification

Usage

cd overlays/production; \
kustomize build --enable-helm > build.yaml; \
docker run --rm -t -v $(pwd):/project -w /project ghcr.io/yannh/kubeconform --summary build.yaml

References