|
|
|
|
|
by simonvdv
3417 days ago
|
|
Hmm that's a pity even though it shouldn't come as a surprise for anyone who's actively using/involved with fleet.
I like the simplicity and flexibility of fleet (basically distributed SystemD) a lot. Don't necessarily want to switch to a bigger scheduler like Kubernetes. Anyone have any suggestions for/experiences with an alternative simpler scheduler (like Nomad or an alternative solution like the autopilot stuff from Joyent)? |
|
Nomad is a single executable for the servers, clients, and CLI. Just download[0] & unzip the binary and run:
And you have an example redis container running locally!Nomad supports non-Docker drivers too: rkt, lxc templates, exec, raw exec, qemu, java.[1] To use the "exec" driver that doesn't use Docker for containerization you'll need to run nomad as root.
[0] https://www.nomadproject.io/downloads.html
[1] https://www.nomadproject.io/docs/drivers/index.html