Seeking Solution for Docker Orchestration and High Availability

Hey @Tal_Bar-Or

At present, TrueNAS SCALE uses Kubernetes (via k3s) for containerized applications. We’re shifting to a native Docker approach in our upcoming 24.10 “Electric Eel” version (details available in our “Future of Electric Eel and Apps” thread) so if you’re intending to use Nomad/Swarm/etc that might be the ideal “out of the box” solution.

Our Community users have also documented the process of configuring Docker inside of a systemd-nspawn “sandbox” on the present 24.04 “Dragonfish” release, which would be manageable just as any other Docker installation. If Nomad requires a server-side binary or significant system customization, this might be a preferred option as opposed to trying to wedge the binaries into the native TrueNAS install (which would likely require “development mode”)

Hope this helps!