Currently we are running our sentinel based redis deployment as docker containers. So far docker containers are working fine but as part of our new enhancement we are moving all our services to Kubernetes (K8S).
I am not sure if K8s is officially supported for Redis or not. Please suggest if we can do this in production ?
If not in production then is it safe to migrate in other engineering environments like SIT / QA/ UAT etc
Yes, Redis can be safely deployed to a K8s cluster and serve in production. Please note that K8s under the hood is doing very similar things to your current Docker installation, only that container-, storage- and routing-orchestration is automated.
In order to install Redis, I recommend using the Helm Chart from Bitnami.