- 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.
推薦閱讀
- 深入淺出WPF
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Oracle Database 12c Security Cookbook
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- bbPress Complete
- Flutter跨平臺(tái)開發(fā)入門與實(shí)戰(zhàn)
- NGINX Cookbook
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- C語(yǔ)言程序設(shè)計(jì)
- Java EE 7 with GlassFish 4 Application Server
- Android移動(dòng)應(yīng)用開發(fā)項(xiàng)目教程
- Mastering OAuth 2.0
- Node.js 6.x Blueprints
- Android應(yīng)用程序設(shè)計(jì)
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)