By Ali Yenen
I have multiple domains set with glue records and those records point to my droplets. I want to migrate to Kubernetes but how can I avoid the trouble to changing ip addresses of all these domains?
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,
As per the documentation here, you currently cannot assign a floating IP address to a DigitalOcean Load Balancer.
I would personally make the DNS changes in batches rather than doing them all at once. That way I would be able to test the setup with a small set of domains rather than doing them all at once.
Alternatively, if you do not want to make those changes you could add an extra unmanaged HAProxy load balancer installed on a Droplet in front of the Kubernetes Load Balancer:
That way you would not have to make a DNS change but there will be an extra unnecessary component in front of your Kubernetes Cluster.
Best, 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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
