▲ | ptman 10 hours ago | |
So what is the self-hosted solution for running something like cloud run on your own hardware? Multiple servers and optional redundancy so not dokku. | ||
▲ | josegonzalez 3 hours ago | parent [-] | |
Dokku runs on multiple servers by abstracting other schedulers (kubernetes, nomad). You don't really need to deal with the scheduler side (other than setting it up on the new servers in your cluster, which is a single command we document). Disclaimer: I am the Dokku maintainer |