All Projects → kubernetes-sigs → cluster-api-provider-digitalocean

kubernetes-sigs / cluster-api-provider-digitalocean

Licence: Apache-2.0 license
The DigitalOcean provider implementation of the Cluster Management API

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
Starlark
911 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to cluster-api-provider-digitalocean

cluster-api-provider-hcloud
Cluster API infrastructure provider for Hetzner's Hcloud
Stars: ✭ 26 (-69.41%)
Mutual labels:  k8s-sig-cluster-lifecycle, cluster-api
competetive-code-hacktoberfest
For Hacktoberfest Contribution
Stars: ✭ 14 (-83.53%)
Mutual labels:  digitalocean
hacktoberfest-2019
You can check the video here: #hacktoberfest
Stars: ✭ 28 (-67.06%)
Mutual labels:  digitalocean
bootkube
This project now lives at https://github.com/kinvolk/bootkube
Stars: ✭ 1,168 (+1274.12%)
Mutual labels:  k8s-sig-cluster-lifecycle
Hacktoberfest-2021
❗❗ Make your first PR now, accepting and merging PRs continuously. ⭐HACKTOBER ACCEPTED 2021 ✨✨Happy Hacking 💖💖
Stars: ✭ 11 (-87.06%)
Mutual labels:  digitalocean
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-84.71%)
Mutual labels:  digitalocean
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-71.76%)
Mutual labels:  digitalocean
djeasy
Django Project Deploy Easier to in Debian Distribution!
Stars: ✭ 24 (-71.76%)
Mutual labels:  digitalocean
doks-example
Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.
Stars: ✭ 150 (+76.47%)
Mutual labels:  digitalocean
cluster-api-provider-openstack
cluster-api-openstack.sigs.k8s.io/
Stars: ✭ 187 (+120%)
Mutual labels:  k8s-sig-cluster-lifecycle
das-schiff
This is home of Das Schiff - Deutsche Telekom Technik's engine for Kubernetes Cluster as a Service (CaaS) in on-premise environment on top of bare-metal servers and VMs.
Stars: ✭ 262 (+208.24%)
Mutual labels:  cluster-api
pulumi-digitalocean
A DigitalOcean Pulumi resource package, providing multi-language access to DigitalOcean
Stars: ✭ 54 (-36.47%)
Mutual labels:  digitalocean
hacktoberfest 2021
Solve the given questions, and submit a PR.💬 Make sure you submit the solution in the correct folder. ✔
Stars: ✭ 44 (-48.24%)
Mutual labels:  digitalocean
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (-57.65%)
Mutual labels:  digitalocean
CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (-64.71%)
Mutual labels:  digitalocean
droplan
Manage iptable rules for the private interface on DigitalOcean droplets
Stars: ✭ 69 (-18.82%)
Mutual labels:  digitalocean
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (-47.06%)
Mutual labels:  digitalocean
server
👨🏾‍🍳 Server for Ferdi that you can re-use to run your own
Stars: ✭ 26 (-69.41%)
Mutual labels:  digitalocean
phoenix example
An example Phoenix app with one-click deployments to different cloud services.
Stars: ✭ 62 (-27.06%)
Mutual labels:  digitalocean
digitalocean exporter
Prometheus exporter for DigitalOcean metrics, written in Go.
Stars: ✭ 100 (+17.65%)
Mutual labels:  digitalocean

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

Launching a Kubernetes cluster on DigitalOcean

Check out the getting started guide 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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].