- Home
- All questions
- Question 757
CKA study material · question 757 of 1000
A NetworkPolicy selects a Pod, lists an ingress rule, and sets policyTypes to ["Ingress"]. What is the Pod's egress isolation?
Show the answer
Answer: A. Unchanged; it remains non-isolated for egress
A policy isolates a Pod for a direction only if that direction appears in its policyTypes, so an Ingress-only policy leaves outbound traffic entirely unrestricted.
Source: Network Policies (Kubernetes) — The two sorts of pod isolation