kubeconform
« Back to VersTracker
Description:
FAST Kubernetes manifests validator, with support for Custom Resources!
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Devops
Tags: kubernetes validation devops yaml cli
Install: brew install kubeconform
About:
Kubeconform is a lightning-fast Kubernetes manifest validator designed to validate resources against OpenAPI schemas. Unlike older tools, it supports CustomResourceDefinitions (CRDs) and can be configured to fetch schemas from your cluster, ensuring your YAML files adhere to the specific versions and definitions of your environment before deployment.
Key Features:
  • High performance and parallel processing for large repositories
  • Support for CustomResourceDefinitions (CRDs)
  • Strict validation against OpenAPI schemas
  • Configurable remote schema fetching
Use Cases:
  • Validating Kubernetes manifests in CI/CD pipelines
  • Pre-deployment checks to prevent cluster errors
  • Ensuring version compatibility for CRDs
Alternatives:
  • kubeval – Kubeconform is significantly faster and actively maintained, with better support for newer Kubernetes versions and CRDs.
  • kubectl --dry-run – Kubeconform is standalone and does not require cluster access, making it ideal for static analysis in CI environments.
Version History
Detected Version Rev Change Commit
Oct 10, 2025 1:11am 0 VERSION_BUMP 24c46334