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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Deploying a web app to a VPS in 2017

3 点作者 ollieco将近 8 年前
I am a looking to deploy a small web application to a VPS that I bought.<p>I was hoping to learn a bit about devops in the process (instead of relying on a PaaS like Heroku) but the ecosystem seems overwhelming. There seems to be a large number of moving parts - Docker, Kubernetes etc.<p>What are some of the simpler options to deploy web apps to a VPS?

3 条评论

pocketgophers将近 8 年前
My site, <a href="https:&#x2F;&#x2F;pocketgophers.com" rel="nofollow">https:&#x2F;&#x2F;pocketgophers.com</a>, is written in Go and deployed on a single VPS. I described my setup at <a href="https:&#x2F;&#x2F;forum.golangbridge.org&#x2F;t&#x2F;best-go-dev-deployment-environment&#x2F;4978&#x2F;2?u=nathankerr" rel="nofollow">https:&#x2F;&#x2F;forum.golangbridge.org&#x2F;t&#x2F;best-go-dev-deployment-envi...</a>
dsy_oi将近 8 年前
I think you should use dokku[1], which is the simplest if you want to deploy on a VPS. Kubernetes, ECS are multi-node solutions and may not be ideal for you now.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;dokku" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;dokku</a>
sanswork将近 8 年前
It really depends on what the webapp is developed in.
评论 #14443697 未加载