Skip to content

Optimise usage of the Discovery API #611

Open
@astefanutti

Description

@astefanutti

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions