-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
The IOR codebase needs to be revamped as it has a significant performance problem when dealing with large numbers of namespaces.
Every time a Gateway resource is modified the IOR codebase queries the k8s api server for routes in every configured namespace, consuming a significant amount of time in larger systems (200/500+ namespaces)
It also has a search based on O(nroutes + ngateways)
We also need to check if this applies to the 1.1 codebase.
- clones
-
MAISTRA-2164 IOR queries
- Closed