Question
How to reuse DO LoadBalancer previously created through Kubernetes?
Hi,
when creating a Kubernetes cluster and using a load balancer to host any public service, its easy to imagine that there would be anything going terribly wrong with the cluster. In that case I would like to create a new cluster and reuse the LoadBalancer to still have the same Public IP has before. Is there a possibility to request a specific load balancer name to be reused within the service definition? Or is elastic ip support for LoadBalancers planned?
This would increase fix possibilities in cases where there are infrastructure issues.
Dennis
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.
×
Any updates on this issue? We need to use some way of fixing the public ip of nginx-ingress controller, so that even on re-installing helm chart after purging, we don’t need to make changes to DNS records.