|
|
|
|
|
by RichieMartin
2205 days ago
|
|
Cool project, congratulations on the launch! How does this project relate to other tools in the same space, such as kube-score [1] and popeye [2]? From my point of view, the approach taken by for example kube-score where resources are matched with each other to give a better overview is extremely powerful, for example it will notice if a Service is misconfigured and wouldn't match any Pods. 1: https://github.com/zegl/kube-score 2: https://github.com/derailed/popeye. |
|
kube-score I hadn't heard of, but looks very cool. You're right on matching resources - one of the requests we've gotten is to be able to check that every deployment comes with a PDB, which it looks like kube-score checks. Definitely a feature we're looking into!