-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Hi,
I have few NLBs which need to be created outside of ALBC. I use ALBC to fill the AWS TargetGroups using TargetGroupBinding
. This is parallel to some NLBs which are already managed by ALBC.
I also need to manage the network flow between the NLB and TargetGroups as I am using Preserve Client IP attribute on the TargetGroups. IIUC ALBC uses Backend Security Groups for exactly that purpose.
Is it wise to re-use this security group and assign it to my terraform managed NLBs and Kubernetes TargetGroupBinding
or I am risking for example deletion of it/malfunction of ALBC?
Thanks for your guidance.