JN0-214 · Question #9
What are two Kubernetes worker node components? (Choose two.)
The correct answer is B. kubelet D. kube-proxy. Option B: The kubelet is a critical worker node component. It ensures that containers are running in the desired state by interacting with the container runtime (e.g., containerd). It communicates with the control plane to receive instructions and report the status of pods…
Question
What are two Kubernetes worker node components? (Choose two.)
Options
- Akube-apiserver
- Bkubelet
- Ckube-scheduler
- Dkube-proxy
How the community answered
(46 responses)- A13% (6)
- B78% (36)
- C9% (4)
Explanation
Option B: The kubelet is a critical worker node component. It ensures that containers are running in the desired state by interacting with the container runtime (e.g., containerd). It communicates with the control plane to receive instructions and report the status of pods. Option D: The kube-proxy is another essential worker node component. It manages network communication for services and pods by implementing load balancing and routing rules. It ensures that traffic is correctly forwarded to the appropriate pods.
Topics
Community Discussion
No community discussion yet for this question.