delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
752 stars 419 forks source link

(feat) Update social-network Helm chart - add option to replace default Redis deployments with Redis cluster #209

Closed przmk0 closed 2 years ago

przmk0 commented 2 years ago

Add Bitnami Redis chart to support Redis cluster deployments - this can be configured from Helm chart level. This PR will be followed by changes needed on micro-service side to enable reads from Redis secondary replicas. In current shape all reads/writes goes trough Redis master pod.