I am trying to deploy gRPC on GKE, and I followed this tutorial - https://cloud.google.com/solutions/exposing-grpc-services-on-gke-using-envoy-proxy
I got through everything, but I do not seem to be able to run gRPC on golang, while I am able to run it on grpcurl.
Anyone got any ideas?