Skip to content

What are the downsides to proxying a database connection? #5415

Answered by adleong
alexklibisz asked this question in Q&A
Discussion options

You must be logged in to vote

The overhead to proxying connections is generally pretty small, but I recommend measuring the difference yourself to see what the overhead is in your particular scenario and decide if that overhead is acceptable or not. By skipping the proxy for these connections, you will lose all the Linkerd functionality for those connections such as mTLS and TCP metrics.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexklibisz
Comment options

Answer selected by alexklibisz
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