spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 357 forks source link

Reduce number of calls made to k8s api server #581

Open raghu-nandan-bs opened 1 year ago

raghu-nandan-bs commented 1 year ago

Reduce calls made to API server

Changes proposed on the PR:

this change can improve performance when using high number of RF objects.

Below is api server usage with 3 redis failover objects

Screenshot 2023-04-09 at 9 21 29 PM
raghu-nandan-bs commented 1 year ago

cc: @samof76 @surki