- Home
- All questions
- Question 793
CKA study material · question 793 of 1000
A namespace has an allow-all ingress policy. A second policy is added that permits only one source. What can now reach the Pods?
Show the answer
Answer: D. Everything, since the allow-all policy still applies
Policies are additive, so no later policy can subtract from what an existing one already permits; the narrower rule adds nothing that was not already allowed.
Source: Network Policies (Kubernetes) — Default policies › Allow all ingress traffic