Skip to content

Instantly share code, notes, and snippets.

@xwlee
Last active April 20, 2020 16:14
Show Gist options
  • Save xwlee/dd10ad944034f07f31bc89be4b1e10eb to your computer and use it in GitHub Desktop.
Save xwlee/dd10ad944034f07f31bc89be4b1e10eb to your computer and use it in GitHub Desktop.
Kubelet
  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment