/accm1

Primary LanguageGoApache License 2.0Apache-2.0

Kubernetes azure-cloud-controller-manager

Overview

Kubernetes azure-cloud-controller-manager is a Kubernetes component that supports interoperability with Azure cloud platform. It runs together with other master components to provide the Kubernetes cluster’s control plane.

Kubernetes cloud-controller-manager is a Kubernetes component designed for running controllers that would interact with various cloud platforms. It operates with the cloud through Kubernetes cloud provider interface, meanwhile different cloud platforms would have corresponding implementations of the cloud provider interface.

This project provides an Azure specialized version of Kubernetes cloud controller manager: it depends on Kubernetes project and builds upon cloud-controller-manager/app. This project also incorporates Azure cloud provider, which implements Kubernetes cloud provider interface using azure-sdk-for-go.

Usage

Kubernetes azure-cloud-controller-manager will release container image at location TBD, and can be run as containers. For development, you could also build a standalone binary and run.

We also recommend using acs-engine to deploy Kubernetes cluster, which supports deploying Kubernetes azure-cloud-controller-manager for Kubernetes v1.8+, see doc TBD for details.

Development

Prerequisions:

  • golang (Recommended version: 1.8.3)

Build project:

make

Run unit tests:

make test

Updating dependency: (please check Dependency management for additional information)

make update

Please also check following development docs:

Roadmap

  • Better documentation
  • Automation test infrastructure
  • Better test coverage

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.