Live data from Hacker News

Render: a Zero DevOps Cloud Platform

render.com

71–80 of 127 posts

Re: Render: a Zero DevOps Cloud Platform

#71

Does anyone on HN have first person experience with Render? Their offering certainly looks great on paper. I'd specifically be interested in your experience with regards to: - Stability / Uptime - How well the management UI / API / tools work - Any services you found you needed but aren't yet offered - Compliance with data protection regulations

Been using it for a marketplace for 1+ years. No hiccups, very easy to understand and set up, not expensive.

Re: Render: a Zero DevOps Cloud Platform

#72
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…

Right now I'm on my third job in my career where we've migrated off from Heroku. There have got to be agencies out there that specialize in this, right? If not, it seems like a hell of an opportunity for someone.

Re: Render: a Zero DevOps Cloud Platform

#73
post #37

I moved a 1M monthly visitors project from Heroku to Render in December, and other than a few little hiccups, I have a better service (no hard-cap on memory for ex) for less than half the price. I thought I was happy with Heroku until realizing the absurd cost and lack of evolution it grew to be. I've been there for almost a decade.

I wasn't at quite this scale (yet) on Heroku, but I operate a service with quite a few moving parts, and I was deeply concerned about what an increase of scale would mean for my costs on Heroku. I moved to Render, kept my monthly opex essentially flat, and dramatically scaled up the available compute resources for my users just my biggest customer's needs really skyrocketed.

I'm glad I switched when I did, because I think I'd probably have a $600+/month bill from Heroku right now.

Edit, couple more thoughts about Render:

I've been using Render's managed Redis offering for the past few months in beta, and it's been rock-solid. I'm really happy with it.

Also, I am delighted that Render's two United States datacenters are in Oregon and Ohio. My understanding is that they spread their customers across GCP, Azure, and AWS, and I could not be happier to be out of Heroku with its exposure to the tire fire that is AWS us-east-1.

Re: Render: a Zero DevOps Cloud Platform

#75

May I ask what the benefit of this is vs spinning up your own Redis server? An equivalent solution would be to spin up a $5 droplet on DO, do basic due diligence wrt security (lock down ssh, firewall, etc.) and you end up with more memory, more connections, for less money. I realize I'm a Luddite, in the field of DevOps. Is it just the benefit of not needing to maintain the server?

As a person from both devops and SWE worlds, it all comes down to "do you already know how." If you know how already, it's the way to go for sure. If you don't, the extra money to outsource it will enable you to focus on adding value elsewhere.

Now that said there's definitely a cultural belief in startups that you should outsource everything you can. It works for some people, but I've seen it kill others because they were sending all of their revenue to their vendors. The outsource model always suffers as you scale up.

Re: Render: a Zero DevOps Cloud Platform

#76

The only killer feature missing from Render is a distributing the same app across regions for minimal latency. Heroku only pitifully support 2 regions. I want the choice for my app to be global on day one with no devops required. Just two clicks and it's available on multiple regions.

We'll get there! We have 4 regions now, with a fifth one coming soon.

Re: Render: a Zero DevOps Cloud Platform

#78

I was under the impression that "Redis That Just Works" is usually referred to as "Redis". Redis is perhaps the easiest thing to deploy that I'm familiar with.

(Render founder) The HN title doesn't reflect the title/content of the blog post, which is a launch announcement for fully managed Redis on Render. We didn't submit the post, so we'll need @dang to edit it.

Re: Render: a Zero DevOps Cloud Platform

#79

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.

Using an off-site redis instance makes zero sense in the first place.

Re: Render: a Zero DevOps Cloud Platform

#80

Does anyone on HN have first person experience with Render? Their offering certainly looks great on paper. I'd specifically be interested in your experience with regards to: - Stability / Uptime - How well the management UI / API / tools work - Any services you found you needed but aren't yet offered - Compliance with data protection regulations

I just listened to an the Syntax podcast where it’s a pain to setup cloudflare for Render

Mind pointing me to the podcast? Cloudflare is quite easy to set up in front of Render now.
Post reply on HN