InterviewSolution
Saved Bookmarks
| 1. |
What is the use of Kubelet? |
|
Answer» A Kubelet is the lowest level component present in KUBERNETES. It is used for supporting and maintaining what’s running on EVERY individual MACHINE. It's like a process watcher focused on running a GIVEN set of containers. |
|