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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Open-source tool to deploy infrastructure in any cloud

14 点作者 goncaloo大约 3 年前
We have been working on multy.dev, an open-source 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 the core services from AWS and Azure:<p>- Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip)<p>- Compute (virtual_machine, managed kubernetes)<p>- Database (managed MySQL databases)<p>- Vault (managed secrets)<p>- Storage (managed storage)<p>- Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default)<p>- Deployment through Terraform<p>We’re looking for feedback from other developers about our approach. Let us know your thoughts!<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;multycloud&#x2F;multy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;multycloud&#x2F;multy</a>

3 条评论

abdouls大约 3 年前
This is a really good idea! I&#x27;ve worked with both Azure and AWS - we&#x27;ve mainly used Powershell scripts and both their SDKs to deploy resources.<p>For AWS we were still using the sdks &#x2F; cli to deploy but for Azure we went to bicep (Azure&#x27;s api really sucked as it kept being updated very often and caused the Az module to stop working).<p>I can see value in this as it grows!
评论 #31402050 未加载
ifokeev大约 3 年前
I&#x27;m trying to make this live too here: <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudytool&#x2F;cloudy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudytool&#x2F;cloudy</a>. My idea is to give a user cloud-specific javascript templates with a production-ready cluster infrastructure. Looking for contributors :)
评论 #31408614 未加载
eurasiantiger大约 3 年前
The use of the word ”agnostic” implies skepticism towards cloud solutions and that your stack knows nothing about any cloud provider. I don’t think that’s the way either is.
评论 #31407459 未加载