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

Optimise usage of the Discovery API #611

Open
astefanutti opened this issue Aug 28, 2023 · 0 comments · May be fixed by #682
Open

Optimise usage of the Discovery API #611

astefanutti opened this issue Aug 28, 2023 · 0 comments · May be fixed by #682
Assignees

Comments

@astefanutti
Copy link
Contributor

WHY

The Kubernetes Discovery API is used by MCAD to process generic items of AppWrappers, to convert GVKs to resources, so the dynamic REST client can be used to perform CRUD operations.

However the Kubernetes discovery API is very bursty, and calling it for each AppWrapper reconciliation cycle puts a heavy strain on the API server.

This likely contributes to client-side throttling, as observed and reported by #434.

WHAT

The usage of the discovery API should be optimised and limited.

HOW

@VanillaSpoon VanillaSpoon self-assigned this Oct 23, 2023
@VanillaSpoon VanillaSpoon linked a pull request Nov 7, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

3 participants