Ask HN: Where do you deploy to in 2018 and how?
51–60 of 85 posts
Re: Ask HN: Where do you deploy to in 2018 and how?
#52Re: Ask HN: Where do you deploy to in 2018 and how?
#53Re: Ask HN: Where do you deploy to in 2018 and how?
#54Take a look at https://nanobox.io/ , I'm using it for side projects and it's great and cheap (I'm not related to them)
Re: Ask HN: Where do you deploy to in 2018 and how?
#55I know this post is young but surprised not to see Linode on here yet. We are deploying to Linode and have recently switched from Puppet to Saltstack to manage our servers. There's a bit of Fabric and Capistrano to glue it all together.
Re: Ask HN: Where do you deploy to in 2018 and how?
#56Most 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/
Contained developer environments, simple command line deploys to VPS, and a free tier that can handle most hobbyist application needs.
I deploy Rails & Elixir / Phoenix apps with Nanobox
Re: Ask HN: Where do you deploy to in 2018 and how?
#57Deployment is done via SFTP by pressing the publish button in Visual Studio. This will deploy to the inactive server. I then manually trigger tests on GhostInspector (this could be automated via API) to make sure I didn't break anything. Then I run a custom script to make the load balancer redirect traffic to the upgraded server.
Solo founder, small bootstrapped business generating 50k/month with 1000 paying customers. Hosting costs are under $500. I could double the number of clients without needing to upgrade the hardware. I looked into moving to AWS or Azure, but can't justify paying 4x more for the same performance.
Re: Ask HN: Where do you deploy to in 2018 and how?
#58I 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?
Our team built this entire process ~2 years ago, when we started using k8s. We would probably use some off-the-shelf parts today, but practically nothing existed back then.
Re: Ask HN: Where do you deploy to in 2018 and how?
#59Flynn [1] is worth a look (having come from dokku). Heroku-like and runs as a cluster. [1]: https://flynn.io
Re: Ask HN: Where do you deploy to in 2018 and how?
#60We were big Heroku users as well, so carried over a number of Heroku patterns. For example, configuring everything with ENV vars, lightweight load balancing, grouping apps into several deployable targets, etc.
It’s certainly not better than Heroku in most ways, though there was no plausible way for us to continue running our workload on Heroku.
(Edited: typo)