humanaut @
humanaut @lemmy.world
Posts 0
Comments 3
Any love for Kubernetes here? humanaut @lemmy.world 8 0
Nomad all the way. K8s is so bloated. Docker swarm can only do docker. Nomad can do basically anything.
Reply
A Nomad job example setup for Lemmy humanaut @lemmy.world 1 0
Agreed as a first step. Pack is relatively new and not popular currently because there isn’t a great “marketed” repo so to speak. Hopefully that’ll change with it being on the nomad website.
Personally I think lemmy instance admins could benefit a lot with the scaling capabilities of Nomad. Hopefully is keeps growing in popularity.
Reply
A Nomad job example setup for Lemmy humanaut @lemmy.world 5 0
Yes! Another Nomad fan! I was working on something for this too! Couple things:
- run
nomad fmt
to make it a little easier to read and line things up better - Nomad 1.6 beta is out and with it comes Pack 0.1 GA and fixes the dependency gaps for Packs. Would be super useful to have this written in pack :)
- with 1.6 will also have the registry hosted on the nomad site so it’ll get a lot more visibility.
Reply
Next