An open API service indexing awesome lists of open source software.

https://github.com/kubernetes/cloud-provider-alibaba-cloud

CloudProvider for Alibaba Cloud
https://github.com/kubernetes/cloud-provider-alibaba-cloud

k8s-sig-cloud-provider

Last synced: 10 months ago
JSON representation

CloudProvider for Alibaba Cloud

Awesome Lists containing this project

README

          

# Kubernetes Cloud Controller Manager for Alibaba Cloud

Thank you for visiting the cloud-provider-alibaba-cloud repository!

`cloud-provider-alibaba-cloud` is the external Kubernetes cloud controller manager implementation for Alibaba Cloud. Running `cloud-provider-alibaba-cloud` allows you build your kubernetes clusters leverage on many cloud services on Alibaba Cloud. You can read more about Kubernetes cloud controller manager [here](https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/).

## Development

Test project with command ```make test``` and Build an image with command ```make image```

## QuickStart

- [Getting-started](docs/getting-started.md)
- [Usage Guide](docs/usage.md)

## Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).

You can reach the maintainers of this project at:

- [Slack channel](https://kubernetes.slack.com/messages/sig-cloud-provider)
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider)

### Code of conduct

Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

## Testing
See more info in page [Test](https://github.com/kubernetes/cloud-provider-alibaba-cloud/tree/master/docs/testing.md)