0 votes
in Kubernetes K8s by

What is Kubernetes Kubelet?

a) The primary node agent that runs on each node in a Kubernetes cluster

b) A tool for managing Kubernetes resources

c) A networking abstraction to access a set of Pods

d) A way to manage container images

1 Answer

0 votes
by
Answer: a)

Explanation: The primary node agent that runs on each node in a Kubernetes cluster. Kubernetes Kubelet is the primary node agent that runs on each node in a Kubernetes cluster, responsible for managing containers and reporting node status to the control plane.
...