Reputation: 1534
Any workaround to access GKE internal load balancer IP
from Internet ?
Upvotes: 0
Views: 136
Reputation: 431
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.
Upvotes: 3