- 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=).
- 兩周自制腳本語言
- Instant Apache Stanbol
- FreeSWITCH 1.6 Cookbook
- SEO實戰密碼
- SQL基礎教程(視頻教學版)
- C#程序設計
- Mastering Web Application Development with AngularJS
- Machine Learning With Go
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- PHP動態網站開發實踐教程
- 城市信息模型平臺頂層設計與實踐
- jQuery EasyUI從零開始學
- TensorFlow程序設計
- ACE技術內幕:深入解析ACE架構設計與實現原理
- 微軟辦公軟件認證考試MOS Access 2013實訓教程