Can I provide a TCP Target-pool network load balancer as an backend behind an Appplication Load Balancer in GCP?
I have nginx ingress controller running in my GKE cluster which creates a TCP Target-pool network load balancer for me in GCP.
Now I want to use WAF on my Load balancer but NLB doesn't support WAF, so I am planning to put an Application load balancer in front of my network load balancer.
Is it possible, please suggest any solutions and if there is any better solution, please provide that also?