Open Rotfuks opened 1 year ago
As discussed in Refinement we might need to think how we will access WC nodes over ssh if we use PrivateLinks
From an AZURE architecture point of view we might just a bastion private link
exposed in the MC Vnet
where
[Bastion PrivateLink EndPont in MC Vnet] -> [ Bastion LB in WC Vnet ] -> [ Bastion Node LB Member ]
like
The only issue here would be how do we automate creation and mantainance of he LB and the PrivateLink Endpoint
MC Vnet
, the LB in the WC Vnet
and link them in an automated way for each cluster we create ?Sorry, closed the wrong ticket! :D
Motivation
In https://github.com/giantswarm/roadmap/issues/2011 we learned that we can improve the security and stability of our private network workload clusters by introducing private links to upstream capz. With that we can easily connect to workload clusters private endpoints and don't have to care too much about overlapping IP addresses.
Todo
Outcome