kube-linter

Static analysis tool for Kubernetes YAML files and Helm charts

brewmacoslinux
Try with needOr install directly
Source

About

Static analysis tool for Kubernetes YAML files and Helm charts

Commands

kube-linter

Examples

Lint a single Kubernetes YAML file$ kube-linter lint deployment.yaml
Lint all YAML files in a directory$ kube-linter lint ./k8s-manifests
Lint a Helm chart$ kube-linter lint ./my-helm-chart