I have an application (nestjs) working into docker container into vm in google cloud, sending and receiving http requests to/from server of other company in other city/state (they use azure cloud). But that other company created a vpn site to site, and now we need to make this container send and receive the http requests passing by that vpn site to site. How can i setup and make just my container to connect like that, and not all my server host.
Create a vpn client into container? I really need help about that. (tutorial, step by step, etc) Thank you for attention.
I've tryied some tutorials about create a vpn, but i dont know if it is what i need, or a need only to be a client of the vpn of that other company.