I'm just getting started with GCP and Kubernetes Engine. So far I managed to start a Kubernetes cluster, run my app in a pod and connect it to a Cloud SQL instance. I also added a load balancer so now my app has a static IP and I should be able to connect to it from the outside.
However, I just get a DisallowedHost error? Which IP should I allow? The IP of the pod that is completely random or the IP of the load balancer?