Say I have a fully hosted cloud database that doesn't know anything about OpenZiti that I want to bring onto the OpetZiti mesh. The only network control I have over this service is to whitelist IP ranges. Is there a common strategy for bringing cloud services like this onto the OpenZiti network?
My thought is to spin up a machine that serves simply as a load balancer in front of the cloud service. Put the tunneler on this load balancer and allow the cloud service to only be able to talk to this machine. That way when I wanted to use the cloud service I connect to the load balancer via the ziti mesh and the load balancer connects to the cloud service via the regular internet.
Does OpenZT have a piece that does something like this automatically? Is there a more common way to solve this problem?