Relative Content

Tag Archive for kubernetesamazon-eksaws-networking

How Public Subnets are Selected for EKS external LB?

I’m facing an issue with our EKS cluster LB services, The LB is only getting created in one public subnet even though the cluster is created with 3 public subnets ( for each AZ) the LB is created on only one public subnet so it causes an issue with routing since nodes can be on other AZ. All the subnet tags are identical I have already verified that, And even if I deploy the load balancer controller and deploy NLB it’s the same.
but if i explicitly add the subnets in service annotations it gets created on the mentioned subnets. So I’m getting bit lost on how the subnets are selected.