Kamal Logs
Play
12:06 CC

Kamal Logs

#488 Dec 22, 2024 pro
In this episode we will look at shipping our application logs to a third party service. There are many ways to do this, but since we're using Kamal, we'll explore the most unobtrusive way without adding any gems.

Kamal Database Backups
Play
13:23 CC

Kamal Database Backups

#485 Dec 1, 2024 free
In this episode, we look at some precautions we can take with our production environment and setup recurring backups for the database.

HAProxy
Play
15:15 CC

HAProxy

#484 Nov 24, 2024 pro
In this episode, we explore deploying HAProxy, a high performant load balancer, with Kamal. We'll look at various scenarios where it is a great fit and other scenarios where you'd want to avoid HAProxy.

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.