Files
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00

914 B

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Cloud Controller Manager cloud-controller-manager 2018-04-12 /docs/concepts/architecture/cloud-controller/ Control plane component that integrates Kubernetes with third-party cloud providers.
core-object
architecture
operation

A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster.

By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.