this post was submitted on 24 Nov 2023
2 points (100.0% liked)
Self-Hosted Main
511 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nomad is totally fine to run on low-spec machines. On my homelab, I have the following running Nomad + Consul:
Totally fine to run client and server on the same machine in a non-enterprise setup.
One stand-alone machine should also work, you just lose the failover capabilities.
After spending a couple of days with k8s I really want to get back to nomad. k8s complexity is way too high.
The one thing about nomad is: There is much less documentation and community out there for nomad. Especially how to secure a nomad cluster in production. When you get stuck in internal details where you can't get out, you might be in trouble.
Have you had small production workloads running in public?
Same here, had a deeper look at MicroK8s and decided to go the Nomad route...
Unfortunately, I'm just running a homelab setup. With two publicly exposed services, but noting enterprise like.
Does that count as "in producion"? If yes, what are your questions?