EKS Linkerd - Pods after injection get restarted many times #11178
Unanswered
kenwiths999
asked this question in
Q&A
Replies: 2 comments 1 reply
-
What exact version of linkerd are you on? I see you're using Redis, whose port (6379) should be by default treated as opaque by linkerd, but there was an issue with protocol detection and opaque ports that got fixed in stable-2.13.3. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also have faced the same issue. Especially, our NodeJS applications are restarting frequently |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I have a trouble when inject linkerd to my pods. Pods restart many times after inject the linkerd, this issue appear when the pod is running (after k8s startup-Probe finish), and after a while, it restarted. When my pod is started (container SpringBoot Java app), I also test health-check api from java app, and these apis work well. Here is pod description:

I think these health check Liveness and Readiness 502 503 come from linkerd container, causing my pod restarted.
Here is linkerd container log from my pod
Here is linkerd config in deployment yaml:
This issue does not always appear, it is occur when Rolling Update or run/scale new pods then, sometimes pod restart with no reason.
I also find that when pod is terminating with delay time preStop 80s. All connection to mongo + aws sqs + aws redis is corrupted
Then I try to remove linkerd from my pod, and this case work perfectly.
My linkerd helm

Any ideals for these issue ? hope you guys can help!
Beta Was this translation helpful? Give feedback.
All reactions