Replies: 2 comments 1 reply
-
I'm also facing health check issues with pods after injecting proxy and applying server authorization policies. There is no proper documentation for deployments with health checks, all their demos are regarding emojivoto without health checks. |
Beta Was this translation helpful? Give feedback.
-
@lipenodias hmm that looks a bit odd, as far as I can tell the authz resources look good. Is your thanos workload meshed? I know it's an obvious question but I didn't see any inject annotation in the template, so just making sure. I think it'd be helpful to perhaps put |
Beta Was this translation helpful? Give feedback.
-
Hello!
Im having issues with Pods Heathcheck. Im using EKS v1.21.5-eks-9017834 and Linkerd stable-2.11.1.
And follow the documentation on https://buoyant.io/2021/12/14/locking-down-network-traffic-between-kubernetes-namespaces/ to lock my namespace.
Im apply the follow rule on my thanos config
And for the kubelet healthcheck im apply the follow config on the same namespace
On the events of namespace i have de follow error on Readness probe and Liveness probe
If i disable the Readiness and Liveness probe on deployment, all works good
Thanos Query deployment
Thanos Query Logs inside Linkerd Proxy
10.11.11.239 is my node IP, probable is the Kubelet
Beta Was this translation helpful? Give feedback.
All reactions