Kamal Kitchen Sink
Play
31:57 CC

Kamal Kitchen Sink

#481 Nov 3, 2024 free
In this episode, we look at creating an entire infrastructure (proxy, load balancer, app servers, worker servers, database server, and a storage server) on our own hardware use Kamal to provision and deploy our Ruby on Rails application.

Kamal 2 with PostgreSQL
Play
20:34 CC

Kamal 2 with PostgreSQL

#478 Oct 13, 2024 pro
In this episode, we expand on the previous episode by changing our database from Sqlite to PostgreSQL. We'll dive into some problems and some tricks to best handle the change. While we don't perform a data migration, we'll explore different ways to handle this.

Kamal 2
Play
22:55 CC

Kamal 2

#477 Oct 6, 2024 free
In this episode we look at deploying a Rails 8 beta application to a Digital Ocean droplet. We'll also look at a scenario of deploying Action Cable broadcasts and another with recurring background jobs.

Kamal in GitHub Actions
Play
31:01 CC

Kamal in GitHub Actions

#425 Oct 22, 2023 pro
Kamal is a great utility for deploying your application to a server. It can handle many different kinds of use cases. However, there is some disconnect on how to use it within a CI/CD pipeline. In this episode, we'll look at deploying a Rails 7.1 application with SQLite to a virtual machine using Kamal within GitHub Actions.

MRSK in Depth
Play
23:47 CC

MRSK in Depth

#392 Mar 12, 2023 pro
Continuing from the previous episode, we look at speeding up the build times with a remote builder, continued warning about accessories, implementing background jobs, setting up the infrastructure for background workers and diving more into the Kamal (MRSK) commands.