How to keep metrics using internal DNS #6089
Unanswered
gabrielmcf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Since your pods are no longer talking to each other directly, you would need something like distributed tracing to see how the requests flow through the ingress. Take a look at https://linkerd.io/2.10/tasks/distributed-tracing/ to see how this can be done with Linkerd. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone!
We use in our architecture an Nginx ingress, together with Linkerd. We've started to use internal DNS pointing to an internal ingress, in order to organize the network. The problem is that we loose the visibility of which pod is hitting which one, because all the traffic is proxied through the ingress.
Is there a way to keep this visibility while using the internal ingress?
Beta Was this translation helpful? Give feedback.
All reactions