Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 818 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 818 Bytes

NEGs with Cloud Load Balancer with nginx-ingress on GKE

source: https://hodo.dev/posts/post-27-gcp-using-neg/

My goal is to have EXTERNAL HTTP CLOUD LOAD BALANCER with NGINX INGRESS in our GCP GKE.

Im trying soultuion as Rami H proposed and Google developer Garry Singh confirmed:

You can create the Nginx as a service of type LoadBalancer and give it a NEG annotation as per this google documentation. https://cloud.google.com/kubernetes-engine/docs/how-to/container-native-load-balancing Then you can use this NEG as a backend service (target) for HTTP(S) load balancing You can use the gcloud commands from this article https://hodo.dev/posts/post-27-gcp-using-neg/

https://stackoverflow.com/questions/72476714/global-load-balancer-https-loadbalancer-in-front-of-gke-nginx-ingress-controll/72940666#72940666