Which Kubernetes component ensures communication between different nodes in a cluster?

Which Kubernetes component ensures communication between different nodes in a cluster?

a) Kube-proxy
b) Kube-scheduler
c) Kube-apiserver
d) etcd

Answer:

a) Kube-proxy

Explanation:

Kube-proxy is a network component in Kubernetes that ensures that services can communicate with each other across different nodes within the cluster.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top