aws-load-balancer-controller icon indicating copy to clipboard operation
aws-load-balancer-controller copied to clipboard

Explicitly set subnet and not use auto discovery

Open ketozhang opened this issue 4 months ago • 2 comments

Is your feature request related to a problem? https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/deploy/subnet_discovery/

Currently assigning subnets to your ALB requires access to adding tags to the VPC. This introduces challenges in permission (users does not control VPC, but only EKS) and organization (in IaC, should this action be performed by VPC stack, the EKS stack, or Helm stack)?

Describe the solution you'd like Define the desired subnet(s) in Kubernetes files (Services and Ingress). Could this be possible with annotations? Can't we already specify subnets when creating ALBs through the ELB service?

ketozhang avatar Oct 02 '24 21:10 ketozhang