I have deployed nginx and it created the Internal TCP Network Loadbalancer, which is a Layer4 LB , on GKE. Application works as expected.
However if I want to use a GKE's Layer7 HTTP(S) LoadBalancer , is there a way through nginx ? I know there are some annotations for AWS , but not sure about GKE.
We tried creating a HTTP(S) LoadBalancer using GKE Ingress . It created but there are some issues with it and we are unable to use application. So can we use nginx controller to create a L7 Loadbalancer?