NetworkPolicyIngressRule [api_object]ai-synthesized · conf 0.82
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.
networkingsecurity
A NetworkPolicyIngressRule is a Kubernetes object that defines an ingress rule for a NetworkPolicy.
Why it matters It enables you to specify which pods can receive traffic from other networks or services within the cluster.
Key facts - Defined in io.k8s.api.networking.v1.NetworkPolicyIngressRule - Specifies an ingress rule for a NetworkPolicy
Common pitfalls - Incorrectly configured ingress rules can lead to security vulnerabilities
Related NetworkPolicies, Ingress traffic
Sources
swagger.json — “io.k8s.api.networking.v1.NetworkPolicyIngressRule”