Hi guys, I am trying to expose external IP on gcp but for some reason after getting external IP I am getting connection timed out same with curl cmd tried configuring firewall too what might be the problem here?
tried this cmd: kubectl expose deployment insurance-app --type=LoadBalancer --port 80 --target-port 8080
and reffered this blog : towardsdatascience.com/deploy-machine-learning-model-on-google-kubernetes-engine-94daac85108b




