- 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.
推薦閱讀
- Python從菜鳥到高手(第2版)
- Java游戲服務器架構實戰
- Learning Neo4j 3.x(Second Edition)
- PLC編程及應用實戰
- JavaScript動態網頁開發詳解
- 零基礎學Python數據分析(升級版)
- 正則表達式經典實例(第2版)
- Node.js全程實例
- Cybersecurity Attacks:Red Team Strategies
- PHP+Ajax+jQuery網站開發項目式教程
- 數據結構:Python語言描述
- Python Automation Cookbook
- Qt 5.12實戰
- Getting Started with Windows Server Security
- Learning GraphQL and Relay