validkube
validkube copied to clipboard
ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.
Great tool, but I have so many YAML files that I'd love to bulk process, is anything planned for this? Is it even possible to have the request considered?
https://github.com/fairwindsops/pluto detects deprecated and removed apiVersions in your yaml. I think this would be a great integration with validkube. Thanks for the great project!
seems that kubeval is dead: - https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568 The latest commit is from Apr 2021: - https://github.com/instrumenta/kubeval/commit/062c99a2ad6554ca5798c07599fa6c06db975325
[kube-score](https://github.com/zegl/kube-score) is a great project that: "Kubernetes object analysis with recommendations for improved reliability and security". can add it as scoring functionality.
Set up a prettierrc to enforce code style and possibly add it as a workflow / pre-commit hook to the project to help maintain be uniform.
Solve issue #64