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
Validate manifests against the Kubernetes OpenAPI specification
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