High Availability3 recipes

Failover, replication and HA patterns

kafkaPropertiesadvancedVerified
Kafka Broker Configuration for High-Throughput Production

A tuned server.properties for Apache Kafka optimised for high-throughput event streaming: retention policies, replication factors, network thread tuning and JVM heap settings.

redisINIintermediateVerified
Production Redis Configuration with Persistence and Memory Policy

A hardened redis.conf for production use: disabled commands, maxmemory with LRU eviction, combined RDB + AOF persistence, bind to localhost, and requirepass authentication.

kubernetesYAMLintermediateVerified
Kubernetes Deployment with HPA and Resource Limits

A production Kubernetes Deployment manifest with liveness/readiness probes, resource requests/limits, rolling update strategy and a HorizontalPodAutoscaler to handle traffic spikes.