# cluster-api-provider-digitalocean **Repository Path**: mirrors_kubernetes-sigs/cluster-api-provider-digitalocean ## Basic Information - **Project Name**: cluster-api-provider-digitalocean - **Description**: The DigitalOcean provider implementation of the Cluster Management API - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubernetes Cluster API Provider DigitalOcean

capicapi

Go Reference Go Report Card

------ 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