Does linkerd tap command detect non HTTP connections ? #6204
-
I was trying to list TCP requests between two components in the service mesh using Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes tap only supports HTTP right now. It's core functionality is about showing the requests and responses for connections open on the target pod, but it also can additional metadata that is only associated with HTTP messages. For TCP we don't really have this split between requests and responses and we would not be able to retrieve some of the additional metadata that we currently do. It may still be possible to support, but it would a feature that would require a lot of control plane and proxy work to support. Is there a specific reason that you are asking or an issue that you are trying to solve that requires this? |
Beta Was this translation helpful? Give feedback.
Yes tap only supports HTTP right now. It's core functionality is about showing the requests and responses for connections open on the target pod, but it also can additional metadata that is only associated with HTTP messages.
For TCP we don't really have this split between requests and responses and we would not be able to retrieve some of the additional metadata that we currently do. It may still be possible to support, but it would a feature that would require a lot of control plane and proxy work to support.
Is there a specific reason that you are asking or an issue that you are trying to solve that requires this?