Replies: 1 comment
-
Depends whether you're doing the authorization with an HTTPRoute or not. See https://linkerd.io/2.12/features/server-policy/#default-authorizations
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I need some help in understanding if linkerd server will block my liveness and readiness probe checks?
One of my k8s deployments has its liveness & readiness probes configured as a tcpSocket on port 1521.
If I create a linkerd server with port 1521 & authorize only one service-account to be able to access that server I just created using server authorization, will the kubelet still be able to check for liveness and readiness probes or will server-authorization block the liveness and readiness probe checks?
Beta Was this translation helpful? Give feedback.
All reactions