A hardened redis.conf for production use: disabled commands, maxmemory with LRU eviction, combined RDB + AOF persistence, bind to localhost, and requirepass authentication.
A production Kubernetes Deployment manifest with liveness/readiness probes, resource requests/limits, rolling update strategy and a HorizontalPodAutoscaler to handle traffic spikes.