- Home
- All questions
- Question 504
CKA study material · question 504 of 1000
A cluster runs a CNI plugin that implements Service routing in its own dataplane. What does that make possible for the node components?
Show the answer
Answer: C. kube-proxy can be omitted
kube-proxy is documented as an optional node component precisely because a network plugin may implement Service routing itself. The kubelet and a container runtime are required on every node that runs Pods.
Source: Kubernetes Components (Kubernetes) — Core Components › Node Components