- Kubernetes on AWS
- Ed Robinson
- 127字
- 2021-06-10 18:41:24
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. Typically, the kubelet watches the API server to discover which pods have been scheduled on its node.
The kubelet operates at the level of PodSpec, so it only knows how to launch pods. Any of the higher-level concepts in the Kubernetes API are implemented by controllers that ultimately create or destroy pods with a specific configuration.
The kubelet also runs a tool called cadvisior 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.
- 機(jī)器學(xué)習(xí)實(shí)戰(zhàn):基于Sophon平臺(tái)的機(jī)器學(xué)習(xí)理論與實(shí)踐
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時(shí)代不能不說的事
- 機(jī)器學(xué)習(xí)及應(yīng)用(在線實(shí)驗(yàn)+在線自測)
- 機(jī)器自動(dòng)化控制器原理與應(yīng)用
- Hands-On Machine Learning with TensorFlow.js
- Google SketchUp for Game Design:Beginner's Guide
- 突破,Objective-C開發(fā)速學(xué)手冊(cè)
- Building a BeagleBone Black Super Cluster
- 軟件構(gòu)件技術(shù)
- R Data Analysis Projects
- AVR單片機(jī)工程師是怎樣煉成的
- Machine Learning with Spark(Second Edition)
- Mastering MongoDB 4.x
- PowerPoint 2003中文演示文稿5日通
- 百度智能小程序:AI賦能新機(jī)遇