How can i filter outbound traffic which is going from my application to outside of the servicemesh? #4975
Unanswered
shudhanshh
asked this question in
General
Replies: 2 comments
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note: in your example, you're using https. As this is encrypted, the proxy does not see where the request is going. This means that it'll show up as TCP in the metrics but not in tap or any of the higher level metrics commands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to find out outbound traffic from my application/deployments to outside of my cluster/service mesh.
kubectl exec -it pod_name bash container_name
curl google.com
curl https://google.com
kubectl logs pod_name -c linkerd-proxy
I'm not getting the outbound logs anywhere in the deployment or sidecar proxy or debug sidecar proxy.
How can I get to see the URLs that I curled from my pod?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions