cloud-native-toolkit / automation-solutions

A collection of Bills of Materials that address solution/use-case scenarios.
https://cloud-native-toolkit.github.io/automation-solutions/
Apache License 2.0
3 stars 9 forks source link

Typo in reference architecture diagrams #10

Open timroster opened 2 years ago

timroster commented 2 years ago

Is it correct in the Standard and Production diagrams here: https://github.com/cloud-native-toolkit/automation-solutions/blob/main/architectures/ibmcloud.md

To have a Private LB be the entry point from Cloud Internet Services?

seansund commented 2 years ago

On Standard it should definitely be a Public LB. I'll fix that.

triceam commented 2 years ago

I was recently contacted about our diagram, with access to the production cluster. Should that network traffic go through edge vpc into production, not directly into production vpc?

seansund commented 2 years ago

On Production I believe the desire is to have the traffic flow through the Edge VPC to the Private LB in the Production network. However, that is not currently in place and I'm not sure it is even possible with IBM Cloud.

To make it work we would I believe we need a Public LB in Edge network routed to the Private LB in the Production network. I can update the diagram to reflect that then we will need to test it out...

timroster commented 2 years ago

Currently the Production diagram has a Private LB in the lower left that is connected to CIS, so it's not shown via Edge VPC ...