Network policies precedence

Hi
I would like to check does network policy have precedence using weave cni plugin ?
I have specify 2 network policies default deny all network policy and another policy which allow web/storage to access nginx
upon removing default deny all policy, its working as expected but upon specifying deny all policy, it will take precedence
Kindly advise

Hello Vince87.87,

Priority of Network Policies in kubernetes doesn’t matter both NPs will work so (deny all policy)

policy will always overcome the first one.

Thanks,
Kodekloud Support.