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.

Show HN: A new way to deploy multi-cloud infrastructure

7 pointsby goncalooabout 3 years ago

3 comments

goncalooabout 3 years ago
Me and a few friends have been working on multy.dev, an open-source[1] cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services.<p>The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers.<p>We are still in early days of development and currently support core services from AWS and Azure:<p><pre><code> - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform </code></pre> We’re looking for feedback from developers about our approach and messaging. Let us know your thoughts!<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;multycloud&#x2F;multy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;multycloud&#x2F;multy</a>
danvdb18about 3 years ago
Why would I use this instead of just using kubernetes for everything?
评论 #31313547 未加载
beakerstreetabout 3 years ago
Such a cool idea