Earlier quoted context omitted.
When you break fast and move things, Docker is invaluable. I have more than one product and something like Docker makes it tractable for a single person to support. Still, I run it all on one server using Docker so there is a medium :-)
How often are you spinning up new servers? In one to two hours, I can configure a production ready Debian server from base install with firewall rules, correct network interfaces, cron jobs, all dependencies and tooling, monitoring, Postgres, and my application server (either C epoll passed or Spring Boot) sitting behind an nginx proxy. I would consider myself neither a Sysadmin nor particularly fast at configuring L…
Great thing about Docker is a commit is all that's needed to reproduce everything since I also use terraform to deploy the infrastructure.