Hacker News new | ask | show | jobs
by kakakiki 2219 days ago
Excellent tool. Can this analyse the result from kustomize files rather than actual k8s YAML?
1 comments

Yes, kustomize is not supported natively, but you can achieve effect by piping the kustomize output to kube-score.

    kustomize build | kube-score score -
Thanks. One more question. For Visual Studio Code, Microsoft has a plugin called Kubernetes - which I currently use. Have you done a comparison against that?