cilium / hubble-ui

Observability & Troubleshooting for Kubernetes Services
https://www.cilium.io
Apache License 2.0
386 stars 60 forks source link

UI shows misleading labels #873

Open pentago opened 3 months ago

pentago commented 3 months ago

For example, UI shows endpoint label to be component=server while the actual label is app.kubernetes.io/component=server.

This makes it difficult to craft policies by just observing Hubble UI. Even though I'm aware that some sort of well-known label extraction exists, still the best way would be to show the label as-is as they appear on an endpoint and let operators use what they see fit.