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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Heroku like platform built on top of Azure/AWS

3 点作者 amir734jj超过 1 年前
I am wondering if is there a platform where we can quickly deploy an app with CI&#x2F;CD and a database built-in where users use this Heroku-like interface but under the hood, it is just Azure or AWS and it takes care of all the complexities involved?<p>The reason I am asking this is this week I wanted to use Azure to deploy an app the same way I used Heroku and it was pretty complicated for very basic PoC apps. I was wondering if the is a tool or platform that abstracts things for common users.

3 条评论

josegonzalez超过 1 年前
Dokku maintainer here.<p>You can use Dokku if you just need a CLI experience (it also has a paid web ui at <a href="https:&#x2F;&#x2F;pro.dokku.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;pro.dokku.com</a>). Works well enough for single servers, and you can use plugins to make it multi-server with Kubernetes or Nomad.<p>If you want to abstract all the multi-server setup and&#x2F;or need something a bit more professional, I also work at a company called Porter (<a href="https:&#x2F;&#x2F;www.porter.run&#x2F;">https:&#x2F;&#x2F;www.porter.run&#x2F;</a>), which handles the lifecycle of your app on top of the three major cloud providers. It provides a really nice experience on top of your own cloud, and abstracts the complexities of provisioning VPCs, networking, security, etc.
Nextgrid超过 1 年前
<a href="https:&#x2F;&#x2F;pro.dokku.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pro.dokku.com&#x2F;</a> ?
评论 #38761045 未加载
flybayer超过 1 年前
<a href="https:&#x2F;&#x2F;www.flightcontrol.dev">https:&#x2F;&#x2F;www.flightcontrol.dev</a> is one that’s built on AWS