Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce number of calls made to k8s api server #581

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

raghu-nandan-bs
Copy link
Contributor

Reduce calls made to API server

Changes proposed on the PR:

  • all "get" calls now optionally via client side cache.

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

Below is api server usage with 3 redis failover objects

  • there are 3 segments in this graph
    • first one is without caching
    • second one is with caching
    • third one is when redis-operator is not running.

Screenshot 2023-04-09 at 9 21 29 PM

@raghu-nandan-bs raghu-nandan-bs requested a review from a team as a code owner April 9, 2023 15:54
@raghu-nandan-bs
Copy link
Contributor Author

cc: @samof76 @surki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant