- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 132字
- 2021-07-02 13:41:51
Controller manager (kube-controller-manager)
The controller manager is a set of control loops that watch the changes in the API server and ensure the cluster is in the desired state. For example, the deployment controller ensures that the whole deployment is run on the desired amount of containers. The node controller responds and evicts the pod when the nodes go down. The endpoint controller is used to create a relationship between services and pods. The service account and the token controller are used to create a default account and API access tokens.
To accommodate different development paces and release cycles from different cloud providers, from Kubernetes version 1.6, cloud provider-specific logic was moved from kube-controller-manager to the cloud controller manager (cloud-controller-manager). This was promoted to beta in version 1.11.
推薦閱讀
- OpenDaylight Cookbook
- Node.js 10實戰(zhàn)
- Android應(yīng)用程序開發(fā)與典型案例
- Computer Vision for the Web
- OpenNI Cookbook
- Java項目實戰(zhàn)精編
- Python從入門到精通
- Java編程從入門到精通
- 數(shù)據(jù)科學(xué)中的實用統(tǒng)計學(xué)(第2版)
- Java EE項目應(yīng)用開發(fā)
- Learning Cocos2d-JS Game Development
- Elastix Unified Communications Server Cookbook
- MySQL核心技術(shù)與最佳實踐
- Implementing Splunk(Second Edition)
- Mobile Test Automation with Appium