Skip to content
Raj Rajen edited this page Dec 22, 2015 · 3 revisions

Production Level REDIS using Kubernetes

For Production Deployment I am mixing and matching the solution from https://github.com/sameersbn/docker-redis and https://github.com/kubernetes/kubernetes/tree/master/examples/redis

From Sameersbn

redis user on ubuntu with some level of env variables automation

From kubernetes example

redis master / slave and sentinel creation with necessary kubernetes pods / containers / replication controllers / services.

Please share your thoughts here or to my github

Thanks and Regards, Raj https://twitter.com/rajasekar2008

Clone this wiki locally