Difference between revisions of "K8s yaml validation"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deployment/ | https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deployment/ | ||
− | + | ``` | |
− | + | kubeval --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master -d apps | |
+ | ``` |
Latest revision as of 22:13, 17 October 2021
https://link.medium.com/u3mYyWh1pkb
https://github.com/datreeio/datree
https://github.com/instrumenta/kubeval-action
https://github.com/yannh/kubeconform
https://www.mirantis.com/blog/introduction-to-yaml-creating-a-kubernetes-deployment/
kubeval --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master -d apps