0 votes
in Kubernetes K8s by
What are the major operations of Kubelet as a node service component in Kubernetes?

1 Answer

0 votes
by

The major operations that the Kubelet do as follows:

  1. The Kubelet is a node that communicates with master components to work on all the parts of the Kubernetes cluster.
  2. It merges the available CPU, memory, and disk of a node into a large Kubernetes cluster.
  3. It provides access to the controller to check and report the status of the cluster.
  4. It is responsible for the collection of metric pods

Related questions

0 votes
asked Jan 10, 2023 in Kubernetes K8s by sharadyadav1986
0 votes
asked Mar 23 in Kubernetes K8s by rajeshsharma
...