I see that a k8s runtime is well on his way:
https://github.com/drone/drone/issues/1815
There are different storage plugins for docker which would allow persistent volumes accross hosts in a swarm.
Would setting up a swarm runtime difficult?
I guess this equates to:
- supporting volume driver for the workspace volume (is there any incident/pr for this?)
- having a runtime implementation targeting swarm api (implementation of github.com/drone/drone-runtime/engine)
Would there be any interest for this?