i'm looking for a good reverse proxy solution that needs to scale automatically, either on it's own or with some coding.
I have a webapp where i can add a virtual machine and when it's added i need to create a reverse proxy and a subdomain for the hostname. The result should be that the user will connect to the vm using the new subdomain.
I figured that using a wildcard on my domain would work for the subdomain, but how would i setup the reverse proxy?
I'm familiar with 'Nginx Proxy Manager' it's manual setup but with 100's or 1000's of entities, this wouldn't be an option
I looked into and played a little with 'Nginx' webserver and it seems to be able to do the job automatically with some coding.
The end goal is to have each host, changed to something like '1234567890.mydomain.com'.
Is there any other ways to do this? I need some guidance or ideas.
Thank you.