Live data from Hacker News

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

news.ycombinator.com

11–20 of 85 posts

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

#15
If you like the Heroku user experience you might like the Serverless Framework[1] as a front-end to AWS Lambda. In my case the app that I was deploying was already a WSGI Twelve-Factor app[2] so I created a yaml file and deployment just worked.

[1] https://serverless.com/ [2] https://12factor.net/

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

#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?

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

#20
I continue to use Heroku for a few applications. Since the last few application I have worked on are B2B apps they don't get much usage in the off-hours. I wrote a heroku-addon[1] for scaling down on nights/weekends so the cost isn't bad overall.

[1] https://elements.heroku.com/addons/flightformation

Post reply on HN