jayunit100 / network-policy-subproject

A starter repo to donate to Kubernetes-sigs so the community can own and iterate on stories over time, with issue tracking, as we close out the policy++ wg
13 stars 12 forks source link

Add status to NetworkPolicy? #52

Open evankanderson opened 3 years ago

evankanderson commented 3 years ago

In particular, it would be nice to be able to discover the following on a NetworkPolicy:

  1. Is it being enforced? Some network plugins don't support NetworkPolicy, but there's no way for a user/controller to determine that from the control plane.

  2. What's the current version that was applied to the data plane? I realize this can be tricky to determine, but it's also very useful to have a conservative estimate to allow testing/verification that policies are in place.