Given:
load_balancer_1
to the droplet_1
in the DO interface.The issue:
But I can’t point load_balancer_2
and load_balancer_3
to the droplet_1
in the DO interface.
Temporary solution which doesn’t work:
I added tag my-website
to the droplet_1
and pointed all load balancers using this tag to the droplet.
But they sometimes DO removes them. They say that it’s the normal behavior.
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.
You should be able to add tags to the actual nodepool in the cloud panel. This will ensure that tag is applied to all nodes in that pool.
You can find documentation on that here: https://www.digitalocean.com/docs/kubernetes/how-to/create-clusters/#add-tags
Are these LB’s created/managed by a ‘LoadBalancer’ service in DOKS?