- 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=).
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- 前端架構(gòu):從入門到微前端
- 用Flutter極速構(gòu)建原生應(yīng)用
- Reactive Android Programming
- Python Data Structures and Algorithms
- Instant PHP Web Scraping
- Django 3.0入門與實踐
- Kubernetes源碼剖析
- Unity&VR游戲美術(shù)設(shè)計實戰(zhàn)
- Tableau Desktop可視化高級應(yīng)用
- Java高手是怎樣煉成的:原理、方法與實踐
- Java高級程序設(shè)計
- jBPM6 Developer Guide
- SFML Essentials
- Python自動化開發(fā)實戰(zhàn)