This repository was archived by the owner on May 10, 2024. It is now read-only.
This repository was archived by the owner on May 10, 2024. It is now read-only.
Refactor interaction with Kubernetes #263
Open
Description
The interaction with Kubernetes should be based on reconcilation loop.
There should be no API calls during the HTTP request, the underlying database adapter should use the reconcilation cache.
Advantages:
- Mitigation of DoS attacks on the API server and the application
Disadvantages:
- Probably two "threads", first for the HTTP application, the second for reconcilation loop, but it is not so obvious now, requires analysis
Metadata
Metadata
Assignees
Labels
No labels