Add a way to identify an application #12095
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
With the coming up of
MeshService
we have a separation between workload (pods) and service (service). This is a very good thing because that's how Kubernetes see things.One issue we have now is that it's hard to relate services and workloads, a common way in kubernetes is to use the
app
label and its newer alternativeapp.kubernetes.io/name
.From the top of my head I think this would be useful to:
To me implementation should be:
This would then add
kuma.io/service: app
to all entities by translating labels.xrefs:
The text was updated successfully, but these errors were encountered: