aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Explicitly set subnet and not use auto discovery
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?