nerdexam
Juniper

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…

Cloud Fundamentals

Question

What are two Kubernetes worker node components? (Choose two.)

Options

  • Akube-apiserver
  • Bkubelet
  • Ckube-scheduler
  • Dkube-proxy

How the community answered

(46 responses)
  • A
    13% (6)
  • B
    78% (36)
  • C
    9% (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

#Kubernetes#worker node#kubelet#kube-proxy

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice