TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 goncaloo大约 3 年前

3 条评论

goncaloo大约 3 年前
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>
danvdb18大约 3 年前
Why would I use this instead of just using kubernetes for everything?
评论 #31313547 未加载
beakerstreet大约 3 年前
Such a cool idea