Scalable Docker Compose

5 points by grolle ↗ HN
I really like docker compose and often use it for private projects, so I am wondering if there is a cloud provider that offers the same experience but with load balancing, replicas, auto-scaling, persistent volumes etc. managed for me.

6 comments

[ 2.9 ms ] story [ 31.2 ms ] thread
You probably don’t want to hear this but: Kubernetes

If you have a relatively small project, Heroku may be a good place to start too.

Yeah probably the sad truth. I want kubernetes without kubernetes :P