Redis in docker, Kubernetes is almost zero config as it is. For small stuff anyway. For big stuff, would it not be a massive drag not having it proximal to your app serve we a?
Render: a Zero DevOps Cloud Platform
11–20 of 127 posts
Re: Render: a Zero DevOps Cloud Platform
#12Re: Render: a Zero DevOps Cloud Platform
#13I'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.
Re: Render: a Zero DevOps Cloud Platform
#14https://techcrunch.com/2019/02/21/redis-labs-changes-its-ope...
Re: Render: a Zero DevOps Cloud Platform
#15Right now it sounds as if it's a redis competitor, aka clickbait
Re: Render: a Zero DevOps Cloud Platform
#16The 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
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
#17Please rename to: "Hosted Redis" Right now it sounds as if it's a redis competitor, aka clickbait
Re: Render: a Zero DevOps Cloud Platform
#18Re: Render: a Zero DevOps Cloud Platform
#19The 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…