I have set up Cloud Storage, Cloud DNS, and Load Balancing and I am able to access my site from the cloud DNS domain/subdomain I have set up through the load balancer.
In my dev website, I am able to reverse proxy /api
to another server, I want to achieve similar results in GCP. The service/server I am reverse proxying to is not hosted in GCP.
Is it possible to do it? If yes how?