0 votes
in Kubernetes K8s by
What do you understand by Cloud controller manager?

1 Answer

0 votes
by

The Cloud Controller Manager is responsible for persistent storage, network routing, abstracting the cloud-specific code from the core Kubernetes specific code, and managing the communication with the underlying cloud services. It might be split out into several different containers depending on which cloud platform you are running on and then it enables the cloud vendors and Kubernetes code to be developed without any inter-dependency. So, the cloud vendor develops their code and connects with the Kubernetes cloud-controller-manager while running the Kubernetes.

Related questions

0 votes
asked Nov 4, 2023 in CyberArk by sharadyadav1986
0 votes
asked Nov 19, 2023 in Azure by john ganales
...