-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent:uiUser interfaces bugs and enhancementsUser interfaces bugs and enhancements
Milestone
Description
Describe the bug
Network view is supposed to visualize traffic flow from ingress to service to pods. It uses different colors if traffic is coming from different ingresses, but this is not enough since usually, same ingress serves multiple types of requests and sends requests using different ingress rules.
Colors if lines which represent traffic from ingress to service should have a different color if connections are inferred using different ingress rules.
To Reproduce
- Deploy any application which has ingress and two services. Ingress should have two rules and point to two services.
- Navigate to network view
- See the traffic lines two services have the same color.
Expected behavior
Colors should be different
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:uiUser interfaces bugs and enhancementsUser interfaces bugs and enhancements