7 ms·
Scalable Docker Compose
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.
- cpach 5y agoAmazon Fargate…?
- grolle 5y agoI'll take a look
- speedgoose 5y agoYou can automatically convert your Docker compose files to kubernetes files using Kompose. https://kompose.io/ https://kompose.io/
- grolle 5y agoThanks!
- yuppie_scum 5y agoYou 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.
- grolle 5y agoYeah probably the sad truth. I want kubernetes without kubernetes :P