Is there any way to make the LB's register with Consul

As per the question really, how can I enable registration when a load balancer is spun up?

For example, we use KONG as a API gateway, which will now use SRV records to locate a dns entry via consul. What I would like is some way of starting a loadblancer and it autowiring into consul so it is added to a DNS entry.

Is this possible?

If not, what is the preferred pattern for connecting to dynamically spinning up LB from a DNS name? We don’t know the IP of the LB, but I would like it added so the gateway can locate it?

We are currently using OpenStack.

Thanks

Same question here, anyone knows the answer?