Skip to content

Network view is confusing if same ingress is targeting two services #2338

@alexmt

Description

@alexmt

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

  1. Deploy any application which has ingress and two services. Ingress should have two rules and point to two services.
  2. Navigate to network view
  3. See the traffic lines two services have the same color.

Expected behavior

Colors should be different

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcomponent:uiUser interfaces bugs and enhancements

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions