I know it's not useful for you, but: In our own datacenters, using Kubernetes on baremetal.
Ask HN: Where do you deploy to in 2018 and how?
11–20 of 85 posts
Re: Ask HN: Where do you deploy to in 2018 and how?
#12Heh, 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
Re: Ask HN: Where do you deploy to in 2018 and how?
#13Kubernetes, both in-house and on AWS. I couldn't live without it anymore, it's just so nice to use and easy once you've gotten over the initial learning curve.
kubectl apply -f for simple deployments, Helm for more complex ones.
Re: Ask HN: Where do you deploy to in 2018 and how?
#14vmware guests with powershell and jenkins
Re: Ask HN: Where do you deploy to in 2018 and how?
#15If 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.
Re: Ask HN: Where do you deploy to in 2018 and how?
#16Docker managed by Kubernetes and deployed in AWS.
Re: Ask HN: Where do you deploy to in 2018 and how?
#17aws lambda with aws-sam-local for serverless apps and aws s3 and cloudfront for html/css/js frontend
For more heavier stuff I use cloudformation and to deploy docker images to ECS
The AWS-Stuff was a steep learning curve in the last months but worth it.
Re: Ask HN: Where do you deploy to in 2018 and how?
#18we're using jenkins to deploy our monolithic java ecommerce applications onto baremetal servers, now slowly moving to aws
Re: Ask HN: Where do you deploy to in 2018 and how?
#19Heh, 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?
#20I 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.