google-cloud-http-load-balancer

Static IP to access GCP Machine Learning APIs via gRPC stream over HTTP/2

♀尐吖头ヾ 提交于 2021-02-11 13:01:44
问题 We're living behind a corporate proxy/firewall, that can only consume static IP rules and not FQDNs. For our project, we need to access Google Speech To Text API: https://speech.googleapis.com . If outside of corporate network, we use gRPC stream over HTTP/2 to do that. The ideal scenario looks like: Corporate network -> static IP in GCP -> forwarded gRPC stream to speech.googleapis.com What we have tried is creating a global static external IP, but failed when configuring the Load Balancer,

HTTPS load balancer in Google Container Engine

江枫思渺然 提交于 2019-12-02 18:01:50
I'm trying to set up an HTTPS load balancer for GKE using HTTPS L7 load balancer but for some reason is not working. Even the HTTP load balancer in the HTTP Load Balancing walkthrough . The forwarding rule's IP address is created and I'm able to ping and telnet to port 80. But when request via curl it give me a error. <title>502 Server Error</title> </head> <body text=#000000 bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server encountered a temporary error and could not complete your request. <p>Please try again in 30 seconds.</h2> <h2></h2> </body></html> All the steps were fine and

What are the differences between Network and HTTP(s) load balancer in GCP

ぐ巨炮叔叔 提交于 2019-11-30 17:31:59
GCP provides two load balancers namely Network and HTTP(s) where the former works on layer 4 and the later works on layer 7 . There is also a documentation which states that even HTTP traffic can be load balanced by a network load balancer. This slightly confuses which load balancer to choose for a web app in GCP. It is better to understand the differences before selecting one for the project. What are the differences between them based on the workflow , setup , region/zone based, options for session affinity , and other settings? Lakshman Diwaakar Network load balancer Vs HTTP(s) Load

What are the differences between Network and HTTP(s) load balancer in GCP

杀马特。学长 韩版系。学妹 提交于 2019-11-30 01:18:10
问题 GCP provides two load balancers namely Network and HTTP(s) where the former works on layer 4 and the later works on layer 7 . There is also a documentation which states that even HTTP traffic can be load balanced by a network load balancer. This slightly confuses which load balancer to choose for a web app in GCP. It is better to understand the differences before selecting one for the project. What are the differences between them based on the workflow , setup , region/zone based, options for