- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 89字
- 2021-06-24 16:54:09
kubelet
Running on every node in the cluster, kubelet is a service that's responsible for ensuring that container workloads (Pods) that have been assigned by the control plane are executed. Additionally, it is also responsible for the following:
- Reporting node and Pods statuses to the API Server
- Reporting resource utilization
- Performing the node registration process (when joining a new node to the cluster)
- Executing liveness and readiness Probes (health checks) and reporting their status to the API Server
To perform actual container-related operations, kubelet uses a container runtime.
推薦閱讀
- TypeScript Essentials
- UML和模式應用(原書第3版)
- TypeScript Blueprints
- HTML5入門經典
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- INSTANT Sinatra Starter
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- 編寫高質量代碼:改善Objective-C程序的61個建議
- 編程可以很簡單
- Head First Kotlin程序設計
- Elastix Unified Communications Server Cookbook
- 亮劍C#項目開發案例導航
- Head First Go語言程序設計
- 自學Python:編程基礎、科學計算及數據分析
- CentOS High Performance