- 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.
推薦閱讀
- Spring Boot 2實戰之旅
- Java程序設計(慕課版)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Instant Typeahead.js
- 編寫高質量代碼:改善C程序代碼的125個建議
- C語言程序設計案例式教程
- Windows Forensics Cookbook
- 軟件體系結構
- Node.js區塊鏈開發
- Learning C++ by Creating Games with UE4
- Mastering Machine Learning with R
- Professional JavaScript
- C語言程序設計
- C#教程
- Visual C++網絡編程教程(Visual Studio 2010平臺)