k8snetworkplumbingwg / multi-networkpolicy-iptables

MultiNetworkPolicy iptable based implementation
Apache License 2.0
13 stars 19 forks source link

Update rules for existing pods when new pods are added #42

Open fpoirotte opened 1 year ago

fpoirotte commented 1 year ago

Hello,

My use case is this:

For comparison, I see that some CNI plugins (e.g. Weave Net) use the IP sets framework to handle that:

Is there a similar mechanism in multi-networkpolicy-iptables / is there a way to update the rules for existing pods when new pods are added to a namespace ?

Best regards, François