- The kubelet is the agent that runs on each node, and is responsiblefor launching pods.
- It doesn't directly run containers but instead controls a rumtime, such as Docker or rkt.
- The kubelet operates at the level of PodSpec, so it only knows how to launch pods.
Last active
April 20, 2020 16:14
-
-
Save xwlee/dd10ad944034f07f31bc89be4b1e10eb to your computer and use it in GitHub Desktop.
Kubelet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment