InterviewSolution
Saved Bookmarks
| 1. |
What Is The Kubelet? |
|
Answer» Kubelet RUN pods. The UNIT of EXECUTION that Kubernetes works with is the pod. A pod is a collection of CONTAINERS that share some resources: they have a single IP, and can share VOLUMES. Kubelet run pods. The unit of execution that Kubernetes works with is the pod. A pod is a collection of containers that share some resources: they have a single IP, and can share volumes. |
|