https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud
Cluster API Provider for IBM Cloud
https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud
ibmcloud k8s-sig-cluster-lifecycle k8s-sig-ibmcloud kubernetes powervs ppc64le
Last synced: 3 months ago
JSON representation
Cluster API Provider for IBM Cloud
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2019-04-09T08:59:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T13:16:53.000Z (4 months ago)
- Last Synced: 2025-06-22T09:02:10.731Z (4 months ago)
- Topics: ibmcloud, k8s-sig-cluster-lifecycle, k8s-sig-ibmcloud, kubernetes, powervs, ppc64le
- Language: Go
- Homepage: https://cluster-api-ibmcloud.sigs.k8s.io
- Size: 76.4 MB
- Stars: 65
- Watchers: 10
- Forks: 89
- Open Issues: 32
-
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 Cluster API Provider IBM Cloud (CAPIBM)
------
This repository hosts a concrete implementation of an IBM Cloud provider for the [cluster-api project](https://github.com/kubernetes-sigs/cluster-api).
## What is the Cluster API Provider IBM Cloud
The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. The API itself is shared across multiple cloud providers allowing for true IBM Cloud hybrid deployments of Kubernetes.
## Documentation
Please see our [book](https://cluster-api-ibmcloud.sigs.k8s.io) for in-depth documentation.
## Launching a Kubernetes cluster on IBM Cloud
Check out the [Cluster API IBM Cloud Quick Start](https://cluster-api-ibmcloud.sigs.k8s.io/getting-started.html) for launching a
cluster on IBM Cloud.## Compatibility with Cluster API and Kubernetes Versions
This provider's versions are compatible with the following versions of Cluster API:
| |Cluster API v1alpha4 (v0.4) |Cluster API v1beta1 (v1.x) |
|:----------------------------------------|:---------------:|:--------------:|
| CAPIBM v1alpha4 (v0.1.x) | ✓ | |
| CAPIBM v1beta1 (v0.2.x, v0.3.x) | | ✓ |
| CAPIBM v1beta2 (v0.[4-11].x, main) | | ✓ |(See [Kubernetes support matrix][cluster-api-supported-v] of Cluster API versions).
## Community, discussion, contribution, and support
If you have questions or want to get the latest project news, you can connect with us in the following ways:
- Chat with us on the Kubernetes [Slack](http://slack.k8s.io/) in the [#cluster-api-ibmcloud][slack] channel
- Subscribe to the [SIG Cluster Lifecycle](https://groups.google.com/a/kubernetes.io/g/sig-cluster-lifecycle) Google Group for access to documents and calendars
- Join our Bi-Weekly meeting sessions where we share the latest project news, demos, answer questions, and triage issues
- Biweekly on Tuesday @ 10:00 IST on [Zoom][zoomMeeting]. ([Convert to your timezone][convert-time-zone])
- Previous meetings: \[ [notes][notes] \]Pull Requests and feedback on issues are very welcome!
See the [issue tracker] if you're unsure where to start, especially the [Good first issue] and [Help wanted] tags, and
also feel free to reach out to discuss.See also our [contributor guide](CONTRIBUTING.md) and the Kubernetes [community page] for more details on how to get involved.
[slack]: https://kubernetes.slack.com/messages/C02F4CX3ALF
[zoomMeeting]: https://zoom.us/j/508079177
[notes]: https://cluster-api-ibmcloud.sigs.k8s.io/agenda
[issue tracker]: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues
[Good first issue]: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
[Help wanted]: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+
[community page]: https://kubernetes.io/community
[cluster-api-supported-v]: https://cluster-api.sigs.k8s.io/reference/versions.html
[convert-time-zone]: http://www.thetimezoneconverter.com/?t=10%3A00&tz=IST### Code of conduct
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).