Skip to content

Unix Domain Socket #7755

Answered by olix0r
erkerb4 asked this question in Q&A
Feb 1, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Linkerd doesn't currently support proxying connections onto UDS. Clients have to target a specific port and the proxy would have to know how to map ports to Unix Domain Sockets. Furthermore, the pod would have be configured to have a shared volume so that the proxy can access these sockets. This configuration overhead is not trivial.

As of Linkerd 2.11, Linkerd will not forward incoming traffic to sockets bound on the loopback interface (127.0.0.1) because this is in itself a security risk: if you're binding an application on the loopback interface you're explicitly saying that the port should not be exposed to connections from other pods.

However, Linkerd 2.11 adds Server and ServerAutho…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@erkerb4
Comment options

@olix0r
Comment options

@erkerb4
Comment options

Answer selected by erkerb4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants