How to setup one Redis cluster across multiple Kubernetes cluster

9/9/2019

I have a specific requirement to create kind of a DR and blue green infra for my project that I am building for which I need to setup a single Redis cluster on two separate Kubernetes clusters. How can I do it?

I have gone through various implementations but they all are for single K8s cluster. Please advise. Thanks

-- User3250
kubernetes
redis

0 Answers