Invoking APIs via GCP Load Balancer

Be sure to add the LB host name or IP address to your endpoint's domain list and synchronize the Mashery Local cluster. To find the LB IP address, execute the command:
export LB=`kubectl describe service ml-traffic-manager|grep Ingress|awk -F' ' '{print $3}'` && echo $LB