Docker Swarm mode? I know it’s not as well maintained, but I think it’s exactly what you talk about here (forget K3s, etc). I believe smaller companies run it still and it’s perfect for personal projects. I myself run mostly docker compose + shell scripts though because I don’t really need zero-downtime deployments or redundancy/fault tolerance.
glonq|1 year ago
So we started by using docker swarm mode for our dev env, and made it all the way to production using docker swarm. Still using it happily.