Introduction to Kubernetes
Play
27:09 CC

Introduction to Kubernetes

#181 Apr 7, 2019 free
In this episode, we take a tour of what Kubernetes is, how to install and configure a local development instance, and deploying a sample application.

In Depth with Docker Compose
Play
28:58 CC

In Depth with Docker Compose

#226 Jan 26, 2020 pro
A deep dive into using Docker to streamline your Ruby on Rails 6 development environment.

Docker on Rails 7
Play
18:25 CC

Docker on Rails 7

#320 Oct 24, 2021 pro
In this episode, we look at changing the default Rails 7 development environment over to a Docker based environment.

AWS App Runner
Play
19:59 CC

AWS App Runner

#298 May 30, 2021 pro
Amazon's newest hosting service, App Runner, makes it fairly easy to deploy web services. In this episode, we take a look at some of the issues with App Runner as well as how we can deploy a Docker container image to the service. We also dive into building Docker images from an Apple M1 computer and pushing to Elastic Container Registry.

Local Mail Delivery
Play
8:39 CC

Local Mail Delivery

#329 Dec 26, 2021 pro
Sending out emails is an important for of communication in our Rails applications. In this episode, we look at creating a local smtp relay with a web frontend to view the emails sent from our Rails application.