0

Any workaround to access GKE internal load balancer IP from Internet ?

Zama Ques
  • 1,497
  • 5
  • 26
  • 45

1 Answers1

3

Why do you want to access to an internal IP from the Internet? you should create a tcp load balancer instead of an internal load balancer. Just remove this annotation: networking.gke.io/load-balancer-type: "Internal"

In any case, you can always use a proxy (like HA proxy) and forward traffic to this internal IP.