kamal
Nomad
kamal | Nomad | |
---|---|---|
79 | 109 | |
12,406 | 15,397 | |
2.2% | 0.8% | |
9.6 | 9.9 | |
4 days ago | 2 days ago | |
Ruby | Go | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kamal
- .NET on Heroku Now Generally Available
-
Ask HN: What's the ideal stack for a solo dev in 2025
As it's just you I'd stick with Ruby on Rails 8[1] as you already know it and I think it could realistically easily achieve what you're proposing.
There's lots of libraries to for calling out external AI services. e.g. something like FastMCP[2] From the sound of it that's all you need.
I'd use Hotwire[3] for the frontend and Hotwire Native if you want to rollout an app version quickly. I'd back it with SolidCache, SolidQueue, etc
I'd use Kamal[4] to run it on cheap hosting using on something cheap from Hetzner.
1. https://rubyonrails.org/
2. https://github.com/yjacquin/fast-mcp
3. https://hotwired.dev/
4. https://kamal-deploy.org/
-
5 Awesome Railway Alternatives
Kamal, free and open-source from Basecamp, deploys containerized web apps to your servers with Docker. Zero-downtime, works with cheap hosts like DigitalOcean or Hetzner. Deploys in 20 seconds.
-
30,656 Pages of Books About the .NET Ecosystem: C#, Blazor, ASP.NET, & T-SQL
This book claims to cover continuous delivery, cloud-native applications, and Docker. I've really enjoyed using Kamal, so I'd like to get it working with ASP.NET. Perhaps this book will help me reach that goal.
-
Deploy from local to production (self-hosted)
What’s the advantage of this over Kamal? (https://kamal-deploy.org/)
-
Building a simple URL Shortener with Rails 8: A Step-by-Step Guide
Kamal Deployment Tool
-
Deploy a web app on VPS with Docker
You can read more about Kamal at the official docs. There are many concepts that I didn't introduce in this post, for example: manage accessories (db/redis/search), manage logging, ...
- Kamal: Deploy Web Apps Anywhere
- Kamal – Deploy web apps anywhere
-
Render raises $80M in Series C financing
I’ve been pretty vocal about using http://kamal-deploy.org/ more and more, and Render less.
Kamal really is fantastic, PaaS niceties w/o the PaaS tax.
Nomad
-
IBM Completes Acquisition of HashiCorp
20k+ nodes and 200k+ allocs. To be fair, Kubernetes cannot support this large of a cluster.
Most of my issues with it aren't related to the scale though. I wasn't involved in the operations of the cluster, I was just a user of Nomad trying to run a few thousand stateful allocs. Without custom resources and custom controllers, managing stateful services was a pain in the ass. Critical bugs would also often take years to get fixed. I had lots of fun getting paged in the middle of the night because 2 allocs would suddenly decide they now have the same index (https://github.com/hashicorp/nomad/issues/10727)
-
Dear friend, you have built a Kubernetes
https://github.com/hashicorp/nomad/blob/v1.6.0/website/conte... seems to have existed since before the license rug-pull. However I'm open to there being some miscommunication because https://developer.hashicorp.com/nomad/docs/glossary doesn't mention the word "control" and the word "host" could mean any number of things in this context
- Nomad: Simple, flexible scheduler, orchestrator to deploy and manage containers
-
Faster, Easier Deployments: How We Simplified Our Infrastructure with Nomad in 15 Hours (Goodbye, Kubernetes!)
Nomad: The Oasis in Our Infrastructure Desert
-
Building a highly-available web service without a database
> I should have just used on-disk mode from the start, but only now know better.
Yeah, I saw the recent post about reducing rqlite disk space usage. Using the on-disk sqlite as both the FSM and the Raft snapshot makes a lot of sense here. I'm curious whether you've had concerns about write amplification though? Because we have only the periodic Raft snapshots and the FSM is in-memory, during high write volumes we're only really hammering disk with the Raft logs.
> Do you find it in the field much with Nomad? I've managed to introduce new Raft Entry types very infrequently during rqlite's 10-years of development, only once did someone hit it in the field with rqlite.
My understanding is that rqlite Raft entries are mostly SQL statements (is that right?). Where Nomad is somewhat different (and probably closer to the OP) is that the Raft entries are application-level entries. For entries that are commands like "stop this job"[0] upgrades are simple.
The tricky entries are where the entry is "upsert this large deeply-nested object that I've serialized", like the Job or Node (where the workloads run). The typical bug here is you've added a field way down in the guts of one of these objects that's a pointer to a new struct. When old versions deserialize the message they ignore the new field and that's easy to reason about. But if the leader is still on an old version and the new code deserializes the old object, you need to make sure you're not missing any nil pointer checks. Without sum types enforced at compile time (i.e. Option/Maybe), we have to catch all these via code review and a lot of tedious upgrade testing.
> it requires discipline on the part of the end-users too.
Oh for sure. Nomad runs into some commercial realities here around how much discipline we can demand from end-users. =)
[0] https://github.com/hashicorp/nomad/blob/v1.8.2/nomad/fsm.go#...
- We migrated onto K8s in less than 12 months
-
Kubernetes Simplified: A Comprehensive Introduction for Beginners
However, Mesos has a steeper learning curve compared to Kubernetes and may require more expertise to manage effectively. For those seeking a simpler but less feature-rich alternative, HashiCorp's Nomad is worth considering.
- No Need For Docker Anymore
-
The coming eBPF revolution and why Kubernetes monitoring will never be the same
Just wanting to understand the definition of Open Source you are using here, considering that you can see and download the source here:
https://github.com/hashicorp/nomad
Are you maybe referring to their Enterprise offering?
-
Containers Orchestration and Kubernetes
Even though this article will be focused on Kubernetes I want to mention that there are multiple container orchestration platforms such as Mesos, Docker Swarm, OpenShift, Rancher, Hashicorp Nomad, etc.
What are some alternatives?
OpenVoice - Instant voice cloning by MIT and MyShell. Audio foundation model.
Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
LLaMA-Factory - Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
Dkron - Dkron - Distributed, fault tolerant job scheduling system https://dkron.io
coolify - An open-source & self-hostable Heroku / Netlify / Vercel alternative.
SaltStack - Software to automate the management and configuration of infrastructure and applications at scale.