Kamal 2 Has a Free API: Deploy Web Apps to Any Server Without Kubernetes

ruby dev.to

What is Kamal? Kamal (formerly MRSK) is a deployment tool from the creators of Rails (37signals/Basecamp). It deploys containerized web apps to any server — bare metal, VPS, or cloud — without Kubernetes complexity. Kamal 2 powers HEY.com and Basecamp in production. Quick Start gem install kamal kamal init kamal setup kamal deploy Configuration # config/deploy.yml service: my-app image: myorg/my-app servers: web: hosts: - 192.168.1.1

Read Full Tutorial open_in_new
arrow_back Back to Tutorials