All Projects → instrumenta → Kubeval

instrumenta / Kubeval

Licence: other
Validate your Kubernetes configuration files, supports multiple Kubernetes versions

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
powershell
5483 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Kubeval

conftest-action
A GitHub Action for using Conftest
Stars: ✭ 30 (-98.85%)
Mutual labels:  instrumenta

Kubeval

kubeval is a tool for validating a Kubernetes YAML or JSON configuration file. It does so using schemas generated from the Kubernetes OpenAPI specification, and therefore can validate schemas for multiple versions of Kubernetes.

CircleCI Go Report Card GoDoc

$ kubeval my-invalid-rc.yaml
WARN - fixtures/my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: [integer,null], given: string
$ echo $?
1

For full usage and installation instructions see kubeval.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].