Live data from Hacker News

Render: a Zero DevOps Cloud Platform

render.com

11–20 of 127 posts

Re: Render: a Zero DevOps Cloud Platform

#12
What's not clear immediately is that this isn't a standalone offering. It seems to be meant for use with their hosting service. So you'd already be in the ecosystem, not trying to hook it up to like a netlify page or something on your own vm.

Re: Render: a Zero DevOps Cloud Platform

#13
post #3

I'm guessing the appeal of such services is "hassle-free" deployment? Because I really don't get it. My DigitalOcean instance is 2 GB RAM, 30 GB disk. With backups it costs $11.40/month. And yes, I'm free to run whatever on it, be it Postgres or Redis or... To have an equivalent on Render would be 3-4 times more expensive?

With Platform as a Service (PaaS) you are paying a premium for isolating the problem to an individual component which is down. You can either spend a few hours going through the logs or have PaaS vendor let you know that problem is not at their end so that you can spend time isolating the issue.

Our you can pay the premium and have that vendor lie to you. Some of us have pretty bed experiences with cloud support teams.

Re: Render: a Zero DevOps Cloud Platform

#16
post #9

The pricing absolutely blows Heroku away here across the spectrum… Heroku: $15/mo = 50Mb memory + 40 connections Render: $10/mo = 250Mb memory + 500 connections --- Heroku $750/mo = 7Gb memory + 10k connections Render $250/mo = 10Gb memory + 10k connections

Well Heroku is overpriced garbage so that's not surprising. They rely on lock in to keep you stuck paying egregious fees for services that are relatively unreliable.

After migrating an entire startup infrastructure from Heroku to AWS I'm even more against Heroku given how easy it is to use something like Elastic Beanstalk to do the same thing without many of the same downsides.

I've been burned by Heroku, though, so I have a strong negative opinion.

Re: Render: a Zero DevOps Cloud Platform

#18
(Render founder) Hi HN, we built our managed Redis service for people who already use Render to host their apps. You can of course use it from outside Render, but ideally you'd use the Redis internal URL (e.g. redis://red-longuniqueidhere:6379) in your code that's also running on Render.

Re: Render: a Zero DevOps Cloud Platform

#19
post #9

The pricing absolutely blows Heroku away here across the spectrum… Heroku: $15/mo = 50Mb memory + 40 connections Render: $10/mo = 250Mb memory + 500 connections --- Heroku $750/mo = 7Gb memory + 10k connections Render $250/mo = 10Gb memory + 10k connections

Well Heroku is overpriced garbage so that's not surprising. They rely on lock in to keep you stuck paying egregious fees for services that are relatively unreliable. After migrating an entire startup infrastructure from Heroku to AWS I'm even more against Heroku given how easy it is to use something like Elastic Beanstalk to do the same thing without many of the same downsides. I've been burned by Heroku, though, so…

It is sad to see how Heroku has been totally abandoned by Salesforce. I mention as it's probably Render's closest competitor.
Post reply on HN