I have Host Project and Service project VPC connected using SQUID Proxy and same proxy acting as reverse proxy I suppose
App in Host project send data to Cloud Storage in Project VPC via squid proxy ( Reverse Proxy)
Internal load balancer is used infront of SQUID proxy . Need help to understand the protocols used and type of load balancer to be used as this Load balancer should handle different type of traffic
which protocol used by Google cloud Storage (GCS) to get data file from source
ILB type
Hi @avindia,
Welcome to Google Cloud Community!
For the given set-up, since proxies are application-layer type of networking software, HTTP or HTTPS is the standard for web applications communicating with a load balancer. The choice depends on whether your application needs secure communication. Please refer to this documentation regarding Application Load Balancers.
I hope the above information is helpful.