connectivity of load balancer #488
Replies: 8 comments 2 replies
-
Q8: how is a listener associate with a pool: |
Beta Was this translation helpful? Give feedback.
-
A5: Currently we only analyze connectivity (diff is just a variant). Explainability is still about connectivity, but may require the LB object to provide more details. In the future we plan to have other types of analysis, such as linting and exposure analysis. See Issues #479, #478, #116 |
Beta Was this translation helpful? Give feedback.
-
A5: we also have ARCH_drawio (and soon arch_html), there are reports that do not show connectivity, but only the architecture. |
Beta Was this translation helpful? Give feedback.
-
A1: currently the SG is applied on the private IPs (already implemented), Karen, please confirm its the right implementation |
Beta Was this translation helpful? Give feedback.
-
"Q6. are the private IPs connected to each other?" "Q7. is a private IPs connect to a "not a pool member" |
Beta Was this translation helpful? Give feedback.
-
main points from the discussion today:
|
Beta Was this translation helpful? Give feedback.
-
This is too strong a statement. It is a good linting check, but not necessary to reflect in a regular report. I would add to item 3 that when displaying an abstract node we will add a star in the case when a connection to the abstract node is possible only to one private IP and not the other |
Beta Was this translation helpful? Give feedback.
-
Hi @kyorav @zivnevo @adisos
I Want to get a clear picture of load balancer connectivity.
What we have till now:
A load balancer has:
Currently, the naive implementation is:
This implementation is based on the approach that the listeners are not filters. i.e, the LB is not effecting the connectivity, beside adding private IPs (Karen please elaborate why)
I have some points for discussion:
Q1. how to apply the lb security group?
Q2. why the load balancer is not effecting the connectivity?
Q3. do we want to change the approach that LB is not effecting the connectivity?
Q4. what to do with the rest of the subnets?
Q5. do we have another report, beside connectivity, that we can reflect the LB information (listeners, pools, protocol...)?
Q6. are the private IPs connected to each other?
Q7. is a private IPs connect to a "not a pool member"
Please fill free to add questions and answers.
For easy following:
When adding a question, please start with Q
When adding an answer, please start with A
Thank you
Beta Was this translation helpful? Give feedback.
All reactions