---
title: "Using Kamal 2.0 in Production"
url: https://daily.dev/posts/using-kamal-2-0-in-production-jsavdthl9
source_url: https://fly.io/blog/kamal-in-production/
type: article
source: "Fly.io"
published: 2025-05-29T12:32:13.852Z
updated: 2026-04-23T02:15:03.468Z
tags: ["cicd", "devops", "docker", "kamal", "rails"]
reading_time: 3
upvotes: 11
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Kamal 2.0 in Production

**[Fly.io](https://daily.dev/sources/flydotio)** · 3 min read · 11 upvotes · 1 comments

## Summary

A comprehensive guide to using Kamal 2.0 for production deployments has been published online, covering the seven essential requirements for getting started and addressing gaps in existing documentation. The guide goes beyond basic tutorials to include production considerations like Docker ecosystem setup, container repositories, load balancers, managed databases, monitoring, logging, and security. It provides opinionated recommendations with alternatives for hosting providers, SSH keys, and other deployment components that real-world projects require.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://fly.io/blog/kamal-in-production/>

## Community discussion

Top comments from developers on daily.dev.

**@xidib78169** · 0 upvotes

> I agree that Kamal is a great tool. Deploying Rails apps has become much easier compared to a few years ago.
> However, as mentioned in this post, putting everything into Docker is a challenging task.
> Recently, I found a deployment method where I simply rsync a single binary built with Go.
> The experience felt like I had wings.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#cicd](https://daily.dev/tags/cicd), [#devops](https://daily.dev/tags/devops), [#docker](https://daily.dev/tags/docker), [#kamal](https://daily.dev/tags/kamal), [#rails](https://daily.dev/tags/rails)

[View this post on daily.dev](https://daily.dev/posts/using-kamal-2-0-in-production-jsavdthl9)
