Ask HN: How do you deploy your weekend project in 2022?
21–30 of 50 posts
Re: Ask HN: How do you deploy your weekend project in 2022?
#22Re: Ask HN: How do you deploy your weekend project in 2022?
#23You can deploy containers, lambda functions, SQL databases, Redis, MongoDb and many more infrastructure components with just a few lines of config.
(I work at Stacktape)
Re: Ask HN: How do you deploy your weekend project in 2022?
#24Bare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Re: Ask HN: How do you deploy your weekend project in 2022?
#25I’m usually utilizing a static site generator for main site; usually S3 behind a CDN.
Then I’ll typically have my services written in go running serverless behind apigateway. Then locally I just have my services running on a generic http framework.
Re: Ask HN: How do you deploy your weekend project in 2022?
#26Bare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Re: Ask HN: How do you deploy your weekend project in 2022?
#27Bare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Any idea what the Hetzner equivalent in the US would be?
Re: Ask HN: How do you deploy your weekend project in 2022?
#28Re: Ask HN: How do you deploy your weekend project in 2022?
#29Bare metal from the likes of Hetzner for most things. Serverless for some small components which benefit from global distribution. I currently have ~30 containers running on a Hetzner server w/ 64GB of RAM and 16 dedicated cores for ~$25/mo. I even get direct access to the Intel iGPU for graphics acceleration at no additional cost. Cloud providers like AWS give you a couple orders of magnitude less resources for the…
Re: Ask HN: How do you deploy your weekend project in 2022?
#30Frontend is that handcrafted artisanal static HTML hosted on CloudFlare Pages, and simple button for checkout to Shopify/Stripe/whatever.
The damn licensing for publishing my iOS app costs more than my entire infrastructure. Stay lean!
Honestly, I should simply move to "serverless" ala AWS Lambda, but probably won't until (if) things go gangbusters.