You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2024. It is now read-only.
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