Is there a way to prevent Load Balancer IP changes any time I deploy ingress-nginx. I would also like to know why does a new LB spin up whenever I create a NodePort service? Could all of this be prevented by using a Global Load Balancer?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I believe that you should be able to reuse an existing load balancer if needed as per the guide here:
When you create a new service config file you can set the
load-balancer-id
annotation, eg:If you have other load balancer configuration annotations that you want to transfer to the new service, add them to the config file.
Let me know if this is what you are after!
- Bobby