Question
Switch the Kubernetes cluster associated with a Digital Ocean load balancer
Hello,
I had to destroy a Kubernetes cluster and recreate it, because it was in a completely broken state.
The cluster was associated with a DigitalOcean load balancer. I would rather not create a new load balancer with a different IP address, because I already have DNS records pointing to the existing load balancer. Is it possible to modify the existing load balancer to point to the new
Kubernetes cluster? I could not find a way to do this in documentation.
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.
×