Questions tagged [google-cloud-internal-load-balancer]

3 questions
4
votes
3 answers

How to create GPC firewall rule to allow traffic between GKE clusters

Background I have a GCP project with two GKE clusters: public-cluster and private-cluster. public-cluster runs an API gateway which performs centralized authentication, logging, rate-limiting etc and reroutes requests to backend microservices…
1
vote
0 answers

Https Load Balancer for backend bucket, but not exposed to internet

-Before trying internal https LB, I have already tested External HTTPS LB exposed directly to internet for backend bucket. In this case, I have created all necessary resources in GCP (google_compute_global_forwarding_rule,…
0
votes
1 answer

gCloud with internal load balancing and Windows

I am trying to setup internal load balancing on Google Cloud for windows backend servers but, when I add internal LB to instance group, all windows servers in that instance group get one additional IP (IP of internal LB). When then server tries to…