yeniA:
Hello. Related to Network Policies, if the pod’snamespaceSelector
in the Ingress/Egress rules is not mentioned, then the Ingress/Egress rules will match pods with labels from podSelector
from ANY namespace? I mean if in the example below, if we do not mention the namespaceSelector
is the Ingress rule match for all pods with label app=cyan-white-cka28-trb from ANY namespace? Thank you.
Abdul Basith K:
If you haven’t specified a namespaceSelector, it will match all pods with the specified label from any namespace.