-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Enhancement Proposal
In addition to Traefik's ingress, we also need Istio ingress for service mesh support. Keep in mind that we also support Traefik ingress and we need to handle conditionally switching between the two.
We need to decide (product decision), when multiple ingresses are connected, how to handle these scenario:
limit: 1on bothtraefik_routeandistio_ingress- Have logic to handle the which ingress to prioritize when both related
- e.g. Blocked status and recommend which one to use
- e.g. Keep the first ingress (before second relation) as the actual ingress and set Blocked warning that second ingress is not active
This will be important to implement before we implement service mesh in COS starting 26.10
Reactions are currently unavailable