TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scalable Docker Compose

5 pointsby grolleover 3 years ago
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.

3 comments

yuppie_scumover 3 years ago
You probably don’t want to hear this but: Kubernetes<p>If you have a relatively small project, Heroku may be a good place to start too.
评论 #29414830 未加载
speedgooseover 3 years ago
You can automatically convert your Docker compose files to kubernetes files using Kompose.<p><a href="https:&#x2F;&#x2F;kompose.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kompose.io&#x2F;</a>
评论 #29414827 未加载
cpachover 3 years ago
Amazon Fargate…?
评论 #29414834 未加载