Live data from Hacker News

Ask HN: Where do you deploy to in 2018 and how?

news.ycombinator.com

41–50 of 85 posts

Re: Ask HN: Where do you deploy to in 2018 and how?

#43

Most of my projects are Rails-based, and I tend to use DO [0], and have just discovered Hatchbox [1] to deploy. Super easy for side-projects to get started and deployed. Taken deploying side projects from days to minutes. [0] https://www.digitalocean.com/ [1] https://www.hatchbox.io/

I also use Hatchbox. It's a pretty good (and cheaper) alternative to Heroku, and you can own the VPS with your provider of choice!

Re: Ask HN: Where do you deploy to in 2018 and how?

#45

I know it's not useful for you, but: In our own datacenters, using Kubernetes on baremetal.

I'm looking into this. How and how difficult is it to get K8 onto baremetal? Could you point me towards tooling and best practices for running K8 on baremetal?

Re: Ask HN: Where do you deploy to in 2018 and how?

#49
I was in the exact same position as you, looking at paying over $100/mo for a simple side project on Heroku. I wound up deploying it to my own VPS for $5-10/mo instead, and it actually ran faster was was much more reliable.

I am working on turning this into an app that others can use too. It's still a ways away from real production use, but I am close to a closed beta. If you're interested, check it out:

https://www.seamless.cloud/

Post reply on HN