-
Dear community, maybe a silly question, do you include your Redis servers inside the service mesh or you do not inject the proxy into them? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
adleong
Feb 8, 2022
Replies: 1 comment 1 reply
-
By default Linkerd treats port 6379 (Redis) as opaque, meaning that it will proxy the connection without attempting to parse it as HTTP. This means that you can inject Linkerd into Redis pods. See https://linkerd.io/2.11/features/protocol-detection/ for more details. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sonicSW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default Linkerd treats port 6379 (Redis) as opaque, meaning that it will proxy the connection without attempting to parse it as HTTP. This means that you can inject Linkerd into Redis pods. See https://linkerd.io/2.11/features/protocol-detection/ for more details.