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.
Scalable Docker Compose
1–7 of 7 posts
Re: Scalable Docker Compose
#2You 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.
Re: Scalable Docker Compose
#3Amazon Fargate…?
Re: Scalable Docker Compose
#4You can automatically convert your Docker compose files to kubernetes files using Kompose.
Re: Scalable Docker Compose
#5You can automatically convert your Docker compose files to kubernetes files using Kompose. https://kompose.io/
Thanks!
Re: Scalable Docker Compose
#6You 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
Re: Scalable Docker Compose
#7Amazon Fargate…?
I'll take a look