- Home
- All questions
- Question 13
CKA study material · question 13 of 1000
How does kube-proxy handle Service traffic when the operating system offers a packet filtering layer?
Show the answer
Answer: D. It uses that packet filtering layer
kube-proxy uses the OS packet filtering layer when available and only forwards traffic itself when there is none.
Source: Cluster Architecture (Kubernetes) — Node components › kube-proxy (optional)