- Home
- All questions
- Question 257
CKA study material · question 257 of 1000
A Pod is isolated for ingress by a policy with no matching rule. Which traffic still reaches it?
Show the answer
Answer: C. Traffic from its own node
An ingress-isolated Pod still accepts connections from the node it runs on, regardless of the rules.
Source: Network Policies (Kubernetes) — The two sorts of pod isolation