- Home
- All questions
- Question 12
CKA study material · question 12 of 1000
Under what circumstance can nodes run without kube-proxy?
Show the answer
Answer: B. When the network plugin implements Service forwarding with equivalent behaviour
kube-proxy is optional when the network plugin does Service packet forwarding itself.
Source: Cluster Architecture (Kubernetes) — Node components › kube-proxy (optional)