Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean
The DigitalOcean provider implementation of the Cluster Management API
https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean
cluster-api digitalocean go golang hacktoberfest k8s-sig-cluster-lifecycle kubernetes
Last synced: about 1 month ago
JSON representation
The DigitalOcean provider implementation of the Cluster Management API
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2018-08-17T10:39:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:45:33.000Z (7 months ago)
- Last Synced: 2024-05-22T10:55:40.842Z (7 months ago)
- Topics: cluster-api, digitalocean, go, golang, hacktoberfest, k8s-sig-cluster-lifecycle, kubernetes
- Language: Go
- Homepage:
- Size: 31.6 MB
- Stars: 108
- Watchers: 7
- Forks: 47
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- awesome-starred - kubernetes-sigs/cluster-api-provider-digitalocean - The DigitalOcean provider implementation of the Cluster Management API (kubernetes)
README
# Kubernetes Cluster API Provider DigitalOcean
------
Kubernetes-native declarative infrastructure for DigitalOcean.
## What is the Cluster API Provider DigitalOcean
The [Cluster API][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 DigitalOcean
hybrid deployments of Kubernetes. It is built atop the lessons learned from
previous cluster managers such as [kops][kops] and
[kubicorn][kubicorn].## Project Status
This project is currently a work-in-progress, in an Alpha state, so it may not be production ready. There is no backwards-compatibility guarantee at this point. For more details on the roadmap and upcoming features, check out [the project's issue tracker on GitHub][issue].
## Launching a Kubernetes cluster on DigitalOcean
Check out the [getting started guide](./docs/getting-started.md) for launching a cluster on DigitalOcean.
## Features
- Native Kubernetes manifests and API
- Support for single and multi-node control plane clusters
- Choice of Linux distribution (as long as a current [cloud-init](https://cloudinit.readthedocs.io/en/latest/topics/examples.html) is available)------
## Compatibility with Cluster API and Kubernetes Versions
This provider's versions are compatible with the following versions of Cluster API:
| | Cluster API v1alpha1 (v0.1) | Cluster API v1alpha2 (v0.2) | Cluster API v1alpha3 (v0.3) | Cluster API v1alpha4 (v0.4) | Cluster API v1 (v1.0) |
| ------------------------------------- | --------------------------- | --------------------------- | --------------------------- |-----------------------------| --------------------- |
| DigitalOcean Provider v1alpha1 (v0.1) | ✓ | | | | |
| DigitalOcean Provider v1alpha1 (v0.2) | ✓ | | | | |
| DigitalOcean Provider v1alpha2 (v0.3) | | ✓ | | | |
| DigitalOcean Provider v1alpha3 (v0.4) | | | ✓ | | |
| DigitalOcean Provider v1alpha4 (v0.5) | | | | ✓ | |
| DigitalOcean Provider v1 (v1.0) | | | | | ✓ |This provider's versions are able to install and manage the following versions of Kubernetes:
| | DigitalOcean Provider v1alpha1 (v0.1) | DigitalOcean Provider v1alpha1 (v0.2) | DigitalOcean Provider v1alpha2 (v0.3) | DigitalOcean Provider v1alpha3 (v0.4) | DigitalOcean Provider v1alpha4 (v0.5) | DigitalOcean Provider v1 (v1.0) |
| --------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------- |
| Kubernetes 1.19 | | | ✓ | ✓ | ✓ | ✓ |
| Kubernetes 1.20 | | | ✓ | ✓ | ✓ | ✓ |
| Kubernetes 1.21 | | | ✓ | ✓ | ✓ | ✓ |
| Kubernetes 1.22 | | | ✓ | ✓ | ✓ | ✓ |
| Kubernetes 1.23 | | | | ✓ | ✓ | ✓ |**NOTE:** As the versioning for this project is tied to the versioning of Cluster API, future modifications to this policy may be made to more closely align with other providers in the Cluster API ecosystem.
## Documentation
Documentation is in the `/docs` directory.
## Getting involved and contributing
More about development and contributing practices can be found in [`CONTRIBUTING.md`](./CONTRIBUTING.md).
[prow]: https://go.k8s.io/bot-commands
[issue]: https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/issues
[new_issue]: https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/issues/new
[good_first_issue]: https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22
[cluster_api]: https://github.com/kubernetes-sigs/cluster-api
[kops]: https://github.com/kubernetes/kops
[kubicorn]: http://kubicorn.io/
[tilt]: https://tilt.dev
[cluster_api_tilt]: https://master.cluster-api.sigs.k8s.io/developer/tilt.html