kube-linter icon indicating copy to clipboard operation
kube-linter copied to clipboard

Add check that identifies pods not selected by a network policy

Open viswajithiii opened this issue 5 years ago • 1 comments

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 avatar Oct 30 '20 04:10 viswajithiii

@viswajithiii seems matching pods with labels as specified by podSelector is a good starting point for this implementation.

arghya88 avatar Dec 06 '20 16:12 arghya88