Description
Validates Kubernetes resource definitions against schemas for the declared Kubernetes version. It helps developers and administrators catch invalid manifests before applying them to a cluster.
Validation reduces mistakes but does not prove a manifest is safe. Review permissions, images, secrets, and runtime behavior before deploying resources.