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.

Revisions

  1. xwlee revised this gist Apr 20, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Kubelet.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Kubelet

    * The kubelet is the agent that runs on each node, and is responsible for launching pods.
    * It doesn't directly run containers but instead controls a rumtime, such as Docker or rkt.
    * It doesn't directly run containers but instead controls a runtime, such as Docker or rkt.
    * The kubelet operates at the level of PodSpec, so it only knows how to launch pods.
    * The kubelet also runs a tool called cadvisor that collects metrics about resource usage on the node, and using each container that is running on the node, this information can then be used by Kubernetes when making scheduling decisions.
  2. xwlee revised this gist Apr 20, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Kubelet.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Kubelet

    * The kubelet is the agent that runs on each node, and is responsiblefor launching pods.
    * The kubelet is the agent that runs on each node, and is responsible for 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.
    * The kubelet also runs a tool called cadvisor that collects metrics about resource usage on the node, and using each container that is running on the node, this information can then be used by Kubernetes when making scheduling decisions.
  3. xwlee revised this gist Sep 23, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Kubelet.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # 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.
  4. xwlee revised this gist Sep 23, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Kubelet.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    * 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.
    *
    * The kubelet also runs a tool called cadvisor that collects metrics about resource usage on the node, and using each container that is running on the node, this information can then be used by Kubernetes when making scheduling decisions.
  5. xwlee revised this gist Sep 23, 2019. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions Kubelet.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1. The kubelet is the agent that runs on each node, and is responsiblefor launching pods.
    2. It doesn't directly run containers but instead controls a rumtime, such as Docker or rkt.
    3. The kubelet operates at the level of PodSpec, so it only knows how to launch pods.
    4.
    * 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.
    *
  6. xwlee revised this gist Sep 23, 2019. No changes.
  7. xwlee created this gist Sep 23, 2019.
    4 changes: 4 additions & 0 deletions Kubelet.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    1. The kubelet is the agent that runs on each node, and is responsiblefor launching pods.
    2. It doesn't directly run containers but instead controls a rumtime, such as Docker or rkt.
    3. The kubelet operates at the level of PodSpec, so it only knows how to launch pods.
    4.