- Home
- All questions
- Question 795
CKA study material · question 795 of 1000
A NetworkPolicy using endPort is applied, but traffic to the middle of the range is still blocked. What should be verified?
Show the answer
Answer: C. That the CNI plugin supports the endPort field
A port range is only honoured when the cluster's CNI plugin implements endPort; a plugin without that support may ignore the range.
Source: Network Policies (Kubernetes) — Targeting a range of ports