Login
Remember
Register
Ask a Question
What are the major operations of Kubelet as a node service component in Kubernetes?
0
votes
asked
May 18, 2023
in
Kubernetes K8s
by
sharadyadav1986
What are the major operations of Kubelet as a node service component in Kubernetes?
kubernetescomponent
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 18, 2023
by
sharadyadav1986
The major operations that the Kubelet do as follows:
The Kubelet is a node that communicates with master components to work on all the parts of the Kubernetes cluster.
It merges the available CPU, memory, and disk of a node into a large Kubernetes cluster.
It provides access to the controller to check and report the status of the cluster.
It is responsible for the collection of metric pods
...