Last active
April 20, 2020 16:14
-
-
Save xwlee/dd10ad944034f07f31bc89be4b1e10eb to your computer and use it in GitHub Desktop.
Revisions
-
xwlee revised this gist
Apr 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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. -
xwlee revised this gist
Apr 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. * 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. -
xwlee revised this gist
Sep 23, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
xwlee revised this gist
Sep 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
xwlee revised this gist
Sep 23, 2019 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. * -
xwlee revised this gist
Sep 23, 2019 . No changes.There are no files selected for viewing
-
xwlee created this gist
Sep 23, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.