Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionos-cloud/cluster-api-provider-ionoscloud
cluster-api provider for IONOS Cloud
https://github.com/ionos-cloud/cluster-api-provider-ionoscloud
cluster-api ionos-cloud k8s-sig-cluster-lifecycle kubernetes-cluster
Last synced: 12 days ago
JSON representation
cluster-api provider for IONOS Cloud
- Host: GitHub
- URL: https://github.com/ionos-cloud/cluster-api-provider-ionoscloud
- Owner: ionos-cloud
- License: apache-2.0
- Created: 2023-11-01T11:53:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:07:14.000Z (18 days ago)
- Last Synced: 2024-11-02T05:52:22.314Z (17 days ago)
- Topics: cluster-api, ionos-cloud, k8s-sig-cluster-lifecycle, kubernetes-cluster
- Language: Go
- Homepage:
- Size: 855 KB
- Stars: 12
- Watchers: 8
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Kubernetes Cluster API Provider IONOS Cloud
Kubernetes-native declarative infrastructure for IONOS Cloud.
## What is the Cluster API Provider IONOS Cloud
The Cluster API Provider IONOS Cloud makes declarative provisioning of multiple Kubernetes clusters through Cluster API on IONOS Cloud infrastructure possible.
[Cluster API][cluster_api] is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.
Started by the Kubernetes Special Interest Group (SIG) Cluster Lifecycle, the Cluster API project uses Kubernetes-style APIs and patterns to automate cluster lifecycle management for platform operators. The supporting infrastructure, like virtual machines, networks, load balancers, and VPCs, as well as the Kubernetes cluster configuration are all defined in the same way that application developers operate deploying and managing their workloads. This enables consistent and repeatable cluster deployments across a wide variety of infrastructure environments.
## Quick Start
Check out the [Cluster API Quick Start](docs/quickstart.md) to create your first Kubernetes cluster.
## Getting Help
If you need help with CAPIC, please visit the [#cluster-api-ionoscloud][slack] channel on Slack or open a [GitHub issue](CONTRIBUTING.md).
## Compatibility
### Cluster API Versions
This provider's versions are compatible with the following versions of Cluster API:
| | Cluster API v1beta1 (v1.7) | Cluster API v1beta1 (v1.8) |
|-----------------------|:--------------------------:|:--------------------------:|
| CAPIC v1alpha1 (v0.2) | ✓ | ☓ |
| CAPIC v1alpha1 (v0.3) | ✓ | ☓ |
| CAPIC v1alpha1 (v0.4) | ✓ | ✓ |
| CAPIC v1alpha1 (v0.5) | ✓ | ✓ |### Kubernetes Versions
The IONOS Cloud provider is able to install and manage the [versions of Kubernetes supported by the Cluster API (CAPI) project](https://cluster-api.sigs.k8s.io/reference/versions.html#supported-kubernetes-versions).
For more information on Kubernetes version support, see the [Cluster API book](https://cluster-api.sigs.k8s.io/reference/versions.html).
## Documentation
Documentation can be found in the `/docs` directory, and the [index is here](docs/).
## Getting involved and contributing
Are you interested in contributing to cluster-api-provider-ionoscloud? We, the
maintainers and the community, would love your suggestions, contributions, and help!
Also, the maintainers can be contacted at any time to learn more about how to get
involved.To set up for your environment, check out the [development guide](docs/development.md).
In the interest of getting more new people involved, we tag issues with
[`good first issue`][good_first_issue].
These are typically issues that have smaller scope but are good ways to start
to get acquainted with the codebase.We also encourage ALL active community participants to act as if they are
maintainers, even if you don't have "official" write permissions. This is a
community effort, we are here to serve the Kubernetes community. If you have an
active interest and you want to get involved, you have real power! Don't assume
that the only people who can get things done around here are the "maintainers".[slack]: https://kubernetes.slack.com/archives/C07AHSGV490
[good_first_issue]: https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22
[bug_report]: https://github.com/ionos-cloud/cluster-api-provider-ionoscloud/issues/new?template=bug_report.md
[feature_request]: https://github.com/kubernetes-sigs/cluster-api-provider-ionoscloud/issues/new?template=feature_request.md
[cluster_api]: https://github.com/kubernetes-sigs/cluster-api