Overview of Kubeconform
masterKubeconform is a high-performance Kubernetes manifest validation tool. It checks whether your Kubernetes manifests are valid according to Kubernetes resource definitions.
Key features include:
- High performance: Validates and downloads manifests using multiple routines and caches downloaded files in memory.
- Configurable schema locations: Supports both remote and local schema locations, enabling validation of Custom Resource Definitions (CRDs) and offline validation.
- Up-to-date schemas: Uses a self-updating fork of the
kubernetes-json-schemaregistry, ensuring support for all recent Kubernetes versions. - Improved logging: Supports multiple output formats including
Tap,Junit, andJSON.