Live data from Hacker News

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

news.ycombinator.com

21–30 of 85 posts

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

#23
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/

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

#27
post #19
post #12

Heh, nice timing with this question! We just published an article on how we deploy at Kiwi.com (to Rancher) yesterday: https://code.kiwi.com/announcing-crane-e8ce911b187b

Ugh, this level of abstraction is dizzying. Now you telling me I need Crane to deploy to Rancher to manage Kubernetes to orchestrate Docker containers to run my app?

Well, almost. We don't use Kubernetes, but Cattle (which is part of Rancher.)

I don't entirely understand your point though; is our level of abstraction too low? With Heroku (preference of the OP) all of this, the containerization, the orchestration, the deploy tool, is abstracted away. Is that what you'd prefer?

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

#28
personal heroku/dokku clone, which is really just a remote git with some hooks that build images and provision to docker.

haproxy in front loadbalancing and doing routing

tinc mesh for a ghetto private cloud with dirt cheap boxes

consul k/v store used for runtime configuration

Post reply on HN