I currently have some redis running on different VM's for different applications and I would like to centralize it, to facilitate maintenance and have high availability. I'm using TCPIngress from the kong ingress controller
With that, I'm trying to create a redis cluster on an existing kubernetes, with a scenario to later create a mirrored productive environment.
But I couldn't get it to work correctly from examples found on forums or even using Redis, Bitnami or even Helm documentation.
Using the "Another Redis Desktop Manager" tool, some type of error always occurred, either to insert a key or not to display the created key.
I've been looking all day and haven't found a solution that works, whether it's sentinel or cluster, I'm already giving up on migrating the service to k8s. Has anyone managed to do this and/or know of any recent tutorials that actually work?