Pointing NLB to classic load balancer

347 Views Asked by At

I have a Classic Load Balancer for my kubernetes, but now I want to use AWS PrivateLink so I need to make use of a Network Load Balancer.

Is there any way to point the Network Load Balancer to the Classic Load Balancer?

1

There are 1 best solutions below

2
On

You could only do it by using private IP addresses of your Classic Load Balancer. The addresses are not static, so such setup won't last long. It would be better to just use Network Load Balancer directly with your kubernetes.