Validate Kubernetes Configuration files(YAML) Validate Kubernetes Configuration files(YAML) kubernetes kubernetes

Validate Kubernetes Configuration files(YAML)


To validate your Kubernetes schema without having a connection to your cluster you can use two OSS tools:

I know that kubeconform can also be imported as a Go Module, I don't know if this is the case with kubeval.

If you want to learn more about the differences between the two tools and running schema validation with kubectl --dry-run, you can check out the blog post that I wrote on this topic - A Deep Dive Into Kubernetes Schema Validation