By langsam
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!
Hi there,
I believe that you should be able to reuse an existing load balancer if needed as per the guide here:
https://docs.digitalocean.com/products/kubernetes/how-to/migrate-load-balancers
When you create a new service config file you can set the load-balancer-id
annotation, eg:
metadata:
name: app
annotations:
kubernetes.digitalocean.com/load-balancer-id: c16b0b29-217b-48eb-907e-93cf2e01fb56
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.