- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 175字
- 2021-06-24 16:54:09
cloud-controller-manager
Originally a part of kube-controller-manager, the Kubernetes Cloud Controller Manager (cloud-controller-manager) provides cloud-specific control loops. The reason for the separation of Cloud Controller Manager is to allow for the easier evolution of cloud-specific connectors (providers) code, which in most cases, is released at different cadences than the core Kubernetes code.
When enabling cloud-controller-manager, the cloud-specific control loops in kube-controller-manager must be disabled. Then, the following controllers will depend on the cloud provider's implementation:
- Node Controller: The provider is used for determining a node's status and detecting if the node was deleted.
- Route Controller: Requires the provider for setting up network routing.
- Service Controller: Manages load balancers via the provider.
- Volume Controller: Manages storage volumes using the provider.
The list of external cloud providers offered as a part of Kubernetes constantly evolves and can be checked in the official documentation (https://kubernetes.io/docs/concepts/cluster-administration/cloud-providers/) and on Kubernetes' organization GitHub page (https://github.com/kubernetes?q=cloud-provider-&type=&language=).
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Learning ROS for Robotics Programming(Second Edition)
- C語言程序設計案例教程(第2版)
- Rust編程從入門到實戰
- R語言游戲數據分析與挖掘
- ADI DSP應用技術集錦
- Mastering KnockoutJS
- Learning ArcGIS for Desktop
- Mastering Business Intelligence with MicroStrategy
- Android傳感器開發與智能設備案例實戰
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Kubernetes進階實戰
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- ASP.NET開發寶典
- 數字媒體技術概論