Any workaround to access GKE internal load balancer IP
from Internet ?
Asked
Active
Viewed 113 times
1 Answers
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.

Arnau Senserrich
- 346
- 1
- 7
-
Thanks for your response . I used Apache reverse proxy to access the Load balancer IP – Zama Ques Feb 26 '21 at 15:32