Open cyrilcros opened 3 years ago
Another nice addition would be the cluster name label for clustermesh deployments.
We are also running into this issue, it seems.
In a namespace we deploy an application with quite a number of containers that share a common app
label.
Being able to configure/select, which Kubernetes labels are used to label the graph, would make the graph a lot more useful.
We have the same problem. We also use the Kubernetes recommended labels.
So will there be an update for this?
Hi all! We definitely want to provide such customization and we have plans to add it.
Is there any update on this issue?
Just an option to choose another label would be great (from the same chart) 😓
same issue here
Proposal / RFE
Is your feature request related to a problem? When looking at hubble-ui, a lot of of the boxes in the same namespace will have the same name. This looks confusing: box X talks to box X TCP port 1234 that talks to box X TCP port 5678 etc.... When you click on a box, you get more informations from the labels, but it isn't easy to navigate at first glance.
Describe the solution you'd like It would be nice to add to the
visual
dropdown an option to display some common labels, likename
,instance
,release
orcomponent
, maybe leave it on as a default.