Reverse Lookup for Identity to Pod/Deployment Mapping #13182
Unanswered
zip-chanko
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're using server authorizations with client identities in Linkerd to manage which workloads can communicate with each other. However, there's no easy way to do a reverse lookup to see which pod or deployment an identity belongs to. It would be super helpful for a couple of reasons:
A reverse lookup command (like
linkerd identity <pod>
, but the other way around) could make this process a lot easier.There is a workaround with
kubectl get pods -A -o yaml
andgrep
, but it'd be nice to have a more straightforward approach.Beta Was this translation helpful? Give feedback.
All reactions