-
Notifications
You must be signed in to change notification settings - Fork 517
Support for ingress-use-waypoint #8338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
According to JohnH in Slack, ingress is sort of Here is an initial idea of what we could do here:
|
I'm agree.
I think the main challenge here would be deciding how to visualize this node, because in the case of the ztunnel telemetry it is shown as a workload, but in the L7 telemetry it is shown as an application. |
@josunect After thinking more, I think I'm going to change my opinion. I don't think we should show the waypoint node unless Assuming we hide all waypoint nodes when That would indicate that this gateway is directing traffic directly to a waypoint, without actually showing a waypoint node. If |
Uh oh!
There was an error while loading. Please reload this page.
What do you want to improve?
Using the label
istio.io/ingress-use-waypoint=true
on a service, the gateway generates L7 telemetry for a waypoint proxy.In this case, this is not identified as a waypoint proxy.
The graph in bookinfo, labeling the productpage service, looks like this:
kubectl label service productpage -n bookinfo istio.io/ingress-use-waypoint=true
See: https://ambientmesh.io/docs/traffic/gateways/#gateways-and-waypoints
What is the current behavior?
What is the new behavior?
Maybe there would be some way to improve the graph when using this label.
Should be the waypoint proxies recognized as waypoints here as well?
Epic: #8250
The text was updated successfully, but these errors were encountered: