Replies: 4 comments 1 reply
-
Hey @pepsi1k! The latest edge release edge-21.1.1 introduces a new "opaque transport" feature that allows the proxy to securely transport server-speaks-first and otherwise opaque TCP |
Beta Was this translation helpful? Give feedback.
-
Hi @adleong! Thanks for the answer, but it was not help me.
logs postgres-1 postgresql:
logs postgres-1 linkerd-proxy:
|
Beta Was this translation helpful? Give feedback.
-
Hi, @adleong! Sorry for the target message. I don't fully understand how annotation |
Beta Was this translation helpful? Give feedback.
-
@pepsi1k Have you tried I think we have similar issues with redis, postgresql, dynamodb For now, we decided to remove linkerd from production, as we are experiencing a lot of random connectivity errors with databases and even timeout errors with HTTP services (it can be related to db issues) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I want to deploy postgresql with 3 replicas and configure mtls between them.
1. At the beginning I deployed postgres without additional linkerd's annotations, only injector: enabled. In this case postgres replication stuck in ready status 1/2.
kubectl get pods:
logs of postgresql-0:
Readiness probe filed in postgresql-{1..2}:
When I check access to postgres via
netcat
it throws an error:But if I run my pod with
psql-cli
, without checking tcp connection, I can connect to postgres.After a random number of restarts, in my case (99/201) the replicas go up 2/2 ready status, but errors in linkerd-proxy remains
At the beginning I thought the problem was with linkerd and tcp, but I deployed redis (which also uses tcp) with 3 replicas and they work fine
2. The second case is when postgres is deployed with the
skip-outbound-ports
andskip-inbound-port
pod annotations. Everything is developing perfectly, but I'm losing mtls!.I have used this chart:
Any Ideas?
Beta Was this translation helpful? Give feedback.
All reactions