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
- Host: GitHub
- URL: https://github.com/kubernetes/cloud-provider-alibaba-cloud
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-09-17T19:49:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T07:07:26.000Z (about 1 year ago)
- Last Synced: 2025-05-08T07:34:50.484Z (about 1 year ago)
- Topics: k8s-sig-cloud-provider
- Language: Go
- Homepage:
- Size: 93.6 MB
- Stars: 367
- Watchers: 24
- Forks: 162
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
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)