What do you mean by Kubelet?

devquora
devquora

Posted On: Feb 22, 2018

 

Kubelet is a type of primary node agents that especially runs on each node. Kubelet only works on the descriptions that the containers provide to the Podspec. Kubelet also makes sure that the container described in Podspec is healthy and running.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Kubernetes Interview Questions

    What do you understand by Kubernetes?

    Kubernetes is basically a type of an open – source container...

    Kubernetes Interview Questions

    What are the difference between Kubernetes and Docker Swarm?

    The followings are the main difference between Kubernetes and docker and they are..

    Kubernetes Interview Questions

    What are nodes in kubernetes?

    A node is a type of work machine in Kubernetes that was previously known as a minion...