Difference between revisions of "K8s yaml validation"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
https://link.medium.com/u3mYyWh1pkb | 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/ | 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