Building-permits administrators apply several NetworkPolicy objects, but traffic is never filtered. Pods and Services look correct. What dependency is most likely missing?
Select an answer to reveal the explanation.
Short Explanation
Writing NetworkPolicy YAML without an enforcing CNI is like posting speed-limit signs with no police — the paper exists, the traffic doesn't change.
Full Explanation
NetworkPolicy is enforced by the cluster networking stack (CNI plugins and policy controllers such as those integrated with Calico, Cilium, or similar). If the installed CNI lacks policy support, API objects can exist while packets remain unrestricted. PriorityClass, ServiceAccount Secret names, and Ingress replica counts do not enable NetworkPolicy enforcement.