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.
You can automatically convert your Docker compose files to kubernetes files using Kompose.<p><a href="https://kompose.io/" rel="nofollow">https://kompose.io/</a>