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?
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?
Copyright © 2021 Jogjafile Inc.
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.