You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Services are all exposed as NodePort services, with AWS LB Controller configuring TargetGroups for each NodePort such that traffic comes directly from the ALB to the NodePort.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our Services are all exposed as NodePort services, with AWS LB Controller configuring TargetGroups for each NodePort such that traffic comes directly from the ALB to the NodePort.
ALB -> NodePort -> ClusterIP -> Pod(linkerd->service)
My question is, how can I get linkerd to setup TLS on these incoming connections?
Beta Was this translation helpful? Give feedback.
All reactions