Deploying to DigitalOcean Kubernetes (k8s) via Kuby & GitHub Actions
Posted on
Deploying Ruby on Rails to a Kubernetes cluster can lead to YAML hell, however Kuby ( https://getkuby.io/ ) makes this a lot easier by extracting most the complexity away. It’s super cool!
In this tutorial, we’re going to configure Kuby to deploy to DigitalOcean with a Managed Database, which will redeploy every time we push to GitHub.
Sources
- https://getkuby.io/
- https://getkuby.io/docs/
- https://github.com/MikeRogers0-YouTube/Deploying-With-Kuby
- https://github.com/MikeRogers0-YouTube/Deploying-With-Kuby/blob/main/kuby.rb - The Kuby Configuration
- https://github.com/MikeRogers0-YouTube/Deploying-With-Kuby/blob/main/.github/workflows/deploy.yml - The GitHub Action
- https://cloud.digitalocean.com/