kube-linter
kube-linter copied to clipboard
Add check that identifies pods not selected by a network policy
That is, ensure that all pods are non-isolated. Ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/#isolated-and-non-isolated-pods
@viswajithiii seems matching pods with labels as specified by podSelector is a good starting point for this implementation.