It's all just docker.
On logs, I agree and have looked for the same. A simple way to aggregate logs in one machine, heck it could even be running SQLite, and query via a web UI. Doesn't seem to exist for this scale.
[1] https://github.com/mrsked/mrsk [2] https://k3s.io/ [3] https://dokku.com/
”MRSK deploys web apps anywhere from bare metal to cloud VMs using Docker with zero downtime. It uses the dynamic reverse-proxy Traefik to hold requests while the new application container is started and the old one is stopped.”
https://github.com/mrsked/mrsk
I’m looking forward testing this out. I already use Traefik and back in the day I used to use Capistrano to deploy Django apps, it feels like closing the circle :)
It is described as "Capistrano for containers"
(This is DHH/37signals so we are in the ruby world)
Mrsk is written in ruby and it is hard to type because autocorrect will change it to the name of a certain billionaire
> MRSK deploys web apps in containers to servers running Docker with zero downtime. It uses the dynamic reverse-proxy Traefik to hold requests while the new application container is started and the old one is stopped. It works seamlessly across multiple hosts, using SSHKit to execute commands.