when LB is blocking a connection. should we add all other rules to the explainability #677
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
This is really a corner case. I don't expect users to hit it often. |
Beta Was this translation helpful? Give feedback.
-
In explainability we provide all information which is relevant to the path; better stay consistent with this rule. Both for the simplicity of code and consistency of answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Karen words:
n the case where the source is a LB and the destination is not a pool member I would print a message along the lines of
The load balancer will not connect to this endpoint since it is not a pool member
and nothing else (drop the explanation about SGs and nACLs). I doubt users are interested in an analysis of the nACLs and SGs in this case.
Either way, if you choose to elaborate SGs and nACLs on the way, do not use the phrasing "blocks connection" because the LB is not a firewall and cannot actually block connectivity.
Beta Was this translation helpful? Give feedback.
All reactions