Settings

Theme

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

3 points by ollieco 9 years ago · 6 comments · 1 min read


I am a looking to deploy a small web application to a VPS that I bought.

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.

What are some of the simpler options to deploy web apps to a VPS?

pocketgophers 9 years ago

My site, https://pocketgophers.com, is written in Go and deployed on a single VPS. I described my setup at https://forum.golangbridge.org/t/best-go-dev-deployment-envi...

dsy_oi 9 years ago

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.

[1]: https://github.com/dokku/dokku

sanswork 9 years ago

It really depends on what the webapp is developed in.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection