Validate Kubernetes manifest files and kustomizations using kubeconform.
This command validates individual YAML files and kustomizations in the specified path.
If no path is provided, it validates the current directory.
1. Validates individual YAML files
2. Validates kustomizations by building them with kustomize and validating the output
By default, Kubernetes Secrets are skipped to avoid validation failures due to SOPS fields.
ksail workload validate [PATH] [flags]
--ignore-missing-schemas Ignore resources with missing schemas (default true)
--skip-secrets Skip validation of Kubernetes Secrets (default true)
--strict Enable strict validation mode (default true)
--verbose Enable verbose output
--benchmark Show per-activity benchmark output