Municipal HR applies a deny-all NetworkPolicy in a shared namespace and immediately loses access from their management Pods to the API Pods they still need. What operational lesson applies?
Select an answer to reveal the explanation.
Short Explanation
Slamming every door shut locks you out too — plan the allow-list and a break-glass path before flipping deny-all.
Full Explanation
Selecting Pods with an empty/deny ingress posture isolates them from unspecified peers immediately when enforced. Operators should pre-stage allow rules for legitimate clients, DNS egress if locked down, and emergency access procedures. Existing Pods are not exempt by age, ServiceAccount alone, or root UID.