Posts

Dockerizing a Ruby on Rails Application

Dockerizing a Ruby on Rails Application Alex English, Jaehyuk Lee January 12, 2022 What are Containers? Docker containers are lightweight packages that include a minimal operating system (much like a virtual machine) and any associated software that has a specific purpose. Typical containers include API Servers, Frontend (web) Servers, Databases, Cache Servers, Logging Servers, etc. […]

Streamlining Infrastructure Management: The Power of Pulumi

Streamlining Infrastructure Management: The Power of Pulumi Alex English May 23, 2023 Here at ELVT, we run many projects in the cloud each with many environments, which requires a great deal of infrastructure. In order to manage this in a sane way, we use automated infrastructure provisioning. Without it, we’d have to manually configure each […]