Yann Hamon is an independent developer whose open-source focus is squarely on the cloud-native ecosystem; his single catalog entry, kubeconform, has become a reference implementation for teams that need to verify Kubernetes YAML before it reaches a cluster. The utility is engineered for speed: written in Go, it parallelizes schema lookups so that even large Helm or Kustomize output sets are linted in seconds, while its bundled JSON schemas—drawn from the upstream Kubernetes project and extended with CustomResourceDefinition support—let platform operators validate not only vanilla workloads but also CRDs shipped by Istio, Prometheus-operator, Crossplane, and other popular extensions. Typical use cases range from local pre-commit hooks that block malformed ingress objects to CI stages that gate production promotions, and from GitOps repositories where policy-as-code must pass a dry-run to managed-service offerings that expose kubeconform behind a REST endpoint for on-the-fly manifest checking. Because the binary is self-contained and cross-compiled, DevOps engineers embed it in slim Alpine containers, lint thousands of manifests in serverless workflows, or ship it to offline environments where external schema downloads are disallowed. The maintainer’s public GitHub repository supplies versioned releases for Windows, macOS, and Linux, ensuring every platform can share the same validation pipeline. Yann Hamon’s kubeconform is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest release and supporting batch installation alongside other applications.

kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!

Details