Kamal – Deploy web apps anywhere from bare metal to cloud VMs
Recorded: Sept. 14, 2026, 3:09 p.m.
| Original | Summarized |
Kamal — Deploy web apps anywhere Documentation Installation Configuration Commands Hooks Upgrade Guide Source code Help Discord Kamal Documentation Version 2.12.0 Version 1.9.2 Source code Help Discord Deploy web apps anywhere. Kamal offers zero-downtime deploys, rolling restarts, asset bridging, remote builds, accessory service management, and everything else you need to deploy and manage your web app in production with Docker. Originally built for Rails apps, Kamal will work with any type of web app that can be containerized. Read the docs Vision Why not just run Capistrano, Kubernetes or Docker Swarm? Name Brought to you by the makers of: © 2026 37signals |
Kamal is a tool designed to facilitate the deployment and management of web applications across various environments, ranging from bare metal hardware to cloud virtual machines. It provides features such as zero-downtime deploys, rolling restarts, asset bridging, remote builds, and accessory service management, all centered around containerization using Docker. Originally developed with Rails applications in mind, Kamal is designed to be applicable to any web application that can be containerized. The vision behind Kamal addresses the commercial offerings in the deployment space, noting the proliferation of tools like Heroku, Fly.io, and Render, as well as hosted Kubernetes services on platforms like AWS, GCP, and Digital Ocean. The authors argue that while these commercial options simplify deployment, they often involve renting resources at a premium and create vendor lock-in. Kamal seeks to bring the deployment ergonomics pioneered by these commercial offerings to more flexible environments, allowing users to deploy on low-cost cloud options or their own physical hardware without being strictly tied to a single commercial provider. This approach emphasizes enormous portability, enabling users to deploy applications across multiple clouds or mix cloud infrastructure with self-owned hardware, providing flexibility in capacity scaling and future migration paths. Kamal aims to compress the complexity of production deployment by leveraging open-source tooling that is independent of commercial services. The philosophy is that once basic concepts like Linux and Docker are understood, Kamal provides a simplified path to production management. This approach allows users to deploy by simply providing a list of IP addresses for vanilla Ubuntu servers, which Kamal then auto-provisions with Docker, effectively removing the need for pre-configuring specific dependencies on the servers themselves. Kamal is positioned as an alternative to existing deployment methodologies. It is presented as Capistrano for Containers, which simplifies the process of deployment without requiring the meticulous pre-preparation of servers for specific dependencies. This contrasts with other tools; while Kubernetes is powerful, it presents a steep learning curve for self-hosting on private hardware. Docker Swarm is simpler but relies on a different operational model. Kamal is intentionally designed around imperative commands, similar to Capistrano, offering a balance between the complexity of managing large orchestration systems and the flexibility of direct command execution. Ultimately, Kamal provides a toolkit that enables users to deploy web applications on their own hardware or in the cloud without being constrained by proprietary services. This methodology allows users to retain the advantages of modern containerization tooling while gaining the freedom to choose where the infrastructure resides. |