- Home
- All questions
- Question 767
CKA study material · question 767 of 1000
A NetworkPolicy is applied successfully but traffic it should block still flows. What is the first thing to check?
Show the answer
Answer: C. Whether the cluster's network plugin implements NetworkPolicy
The API accepts NetworkPolicy objects whether or not anything enforces them; without a plugin that implements the API the policy is inert and traffic is unaffected.
Source: Network Policies (Kubernetes) — Prerequisites