How to combine network load balancers in eks?

390 Views Asked by At

I have an EKS with fargate alone setup with 3 microservices exposed via NLB each using AWS Load balancer controller to the API Gateway using the VPC links for REST APIs. I was asked to maintain a single LB for the three services.

So I have tried the ALB using ingress but the problem is that VPC links for REST APIs cannot be formed with ALBs.

I have manually tried to remove the target groups from the rest of the load balancers and added them to new listener ports to a single NLB, it worked with API Gateway.

I am not sure if this is the correct way. Is there any other way to combine the NLBs in EKS?

0

There are 0 best solutions below