Valkey-Operator Kubernetes Operator for Valkey (Redis Fork)
Hi there, I've been working on a Kubernetes Operator to deploy and manage Valkey Cluster (https://valkey.io). I was unsatisfied with the existing options available, and felt that it didn't hurt to create a new one. I know a lot of folks are going to make the case that the Bitnami helm chart (https://github.com/bitnami/charts/tree/main/bitnami/valkey-c...) is good enough, or just use a cloud provider option is ideal. And for some use cases that makes sense, but for a lot of other use cases, especially testing, and multi-tenant SaaS offerings I…
In plain words
Valkey-Operator is a Kubernetes Operator for deploying and managing Valkey clusters, a Redis fork. It automates cluster provisioning and lifecycle management within Kubernetes environments. The operator targets developers and teams running testing environments or multi-tenant SaaS applications who need more control than standard Helm charts or cloud-provider managed services provide. It offers a middle-ground solution for reliable, self-managed Valkey deployments on Kubernetes infrastructure.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi there, I've been working on a Kubernetes Operator to deploy and manage Valkey Cluster (https://valkey.io). I was unsatisfied with the existing options available, and felt that it didn't hurt to create a new one. I know a lot of folks are going to make the case that the Bitnami helm chart (https://github.com/bitnami/charts/tree/main/bitnami/valkey-c...) is good enough, or just use a cloud provider option is ideal. And for some use cases that makes sense, but for a lot of other use cases, especially testing, and multi-tenant SaaS offerings I think an Operator provides a reliable mechanism to satisfy the middle ground.
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, August 2024
the whole month →
- IY
Life & fun · 2024 · ytch.xyz



- IA
Hey there HN! We’re Joe and Stopa, and today we’re open sourcing InstantDB, a client-side database that makes it easy to build real-time and collaborative apps like Notion and Figma. Building modern apps these days involves a lot of schleps. For a basic CRUD app you need to spin up servers, wire up endpoints, integrate auth, add permissions, and then marshal data from the backend to the frontend and back again. If you want to deliver a buttery smooth user experience, you’ll need to add optimistic updates and rollbacks. We do these steps over and over for every feature we build, which can…
Dev tools · 2024 · github.com