Render: a Zero DevOps Cloud Platform
41–50 of 127 posts
Re: Render: a Zero DevOps Cloud Platform
#42Please rename to: "Hosted Redis" Right now it sounds as if it's a redis competitor, aka clickbait
Re: Render: a Zero DevOps Cloud Platform
#43Not sure what products they are offering, but redis changed the licenses for certain modules to prevent competition https://techcrunch.com/2019/02/21/redis-labs-changes-its-ope...
Re: Render: a Zero DevOps Cloud Platform
#44This is the first time I’ve read “Zero DevOps” as a product feature, but it seems like a pretty good selling point.
Why people choose to write CI pipelines in Yaml as a living (aka DevOps Engineer) I will never understand. Its horrible.
Re: Render: a Zero DevOps Cloud Platform
#45Redis 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?
In what world is Kubernetes zero config?
Re: Render: a Zero DevOps Cloud Platform
#46May 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?
Re: Render: a Zero DevOps Cloud Platform
#47May 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?
Re: Render: a Zero DevOps Cloud Platform
#48May 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?
Re: Render: a Zero DevOps Cloud Platform
#49(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.
I know it’s on your radar but just want to give a nudge.
Re: Render: a Zero DevOps Cloud Platform
#50Are there are any good open source libraries that use REST connections to Redis so you can use it in "serverless" environments?