this post was submitted on 29 Aug 2025
53 points (100.0% liked)
Linux
10210 readers
686 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Probably either wait for some other provider to build helm charts, roll your own k8s YAML for Redis based on the helm chart and with standard Redis OCI images, or migrate to a different, but compatible service like DragonflyDB if you don't need modern Redis features (not suggesting Valkey because they are also entrenched in Bitnami and offer it as the official chart source).
Another db would be fine. Just a normal memcache. I could definitely build my own- was just nice having fail over in an easy to use chart.
Thanks for the tip on dragonfly.