Accessing GCP Internal Load Balancer from another region

后端 未结 3 1345
自闭症患者
自闭症患者 2021-01-11 20:24

I need to access an internal application running on GKE Nginx Ingress service riding on Internal Load Balancer, from another GCP region.

I am fully aware that it is

3条回答
  •  心在旅途
    2021-01-11 21:06

    Another possible way is to implement the ngnix reverser proxy server on an compute engine in the same region as of GKE cluster, and use the internal IP of compute engine instance to communicate with the services of the GKE.

提交回复
热议问题