FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Kamal Has a Free API — Deploy Docker Apps to Any Server Without Kubernetes
How-ToDevOps

Kamal Has a Free API — Deploy Docker Apps to Any Server Without Kubernetes

via Dev.to DevOpsAlex Spinov2h ago

TL;DR Kamal (by Basecamp/37signals) deploys Docker containers to any server over SSH. No Kubernetes, no PaaS fees — just your app on bare metal or any VPS, with zero downtime deployments. What Is Kamal? Kamal makes deployment simple: Zero downtime — blue-green deployments with Traefik Any server — bare metal, Hetzner, DigitalOcean, AWS EC2 Docker-based — build and deploy containers Multi-server — deploy to multiple servers at once Accessories — manage databases, Redis, etc. alongside your app SSL — automatic Let's Encrypt via Traefik Free — MIT license, created by DHH/37signals Quick Start # Install gem install kamal # Initialize kamal init # Deploy! kamal deploy Configuration # config/deploy.yml service : my-app image : myuser/my-app servers : web : hosts : - 1.2.3.4 - 5.6.7.8 labels : traefik.http.routers.my-app.rule : Host(`myapp.com`) worker : hosts : - 9.10.11.12 cmd : node worker.js registry : server : ghcr.io username : myuser password : - KAMAL_REGISTRY_PASSWORD env : clear : N

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
0 views

Related Articles

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 17m ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 28m ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 39m ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 1h ago

Blog 15: SDLC Phase 4 — Testing
How-To

Blog 15: SDLC Phase 4 — Testing

Medium Programming • 2h ago

Discover More Articles