Production Checklist for Redis on Kubernetes

Redis is a popular open-source in-memory data store and cache that has become an integral part of building a scalable microservice system. While all the major cloud providers offer a fully-managed Redis service (Amazon ElastiCache, Azure Cache for Redis, and GCP Memorystore), it can also be easily deployed in Kubernetes if you need more control over the Redis configurations. Redis provides decent performance out…