Suppose I have 2 network policies for two different podSelectors
doesn't allow any egress traffic for pod labeled by app=core
allow egress traffic to CIDR 10.0.0.0/8 for pods labeled by type=internal
1 pod labeled by both labels app=core, type=internal
Is there any way to know what is the combination of those rules?
The network plugin used is Canal