I'm interested in using Kubernetes NetworkPolicy to control network policy. I want to know if the NetworkPolicy is blocking traffic so I can either fix the policies or fix/stop whatever is in violation.
We use Calico and they view this as a paid feature. https://github.com/projectcalico/calico/issues/1035
Cilium has cilium monitor
which sounds like it would work if we started using Cilium.
http://docs.cilium.io/en/latest/troubleshooting/
Is there a general, vendor-neutral way to monitor network traffic that violates Kuberenetes NetworkPolicy?