GoogleCloudPlatform / gke-networking-recipes

Apache License 2.0
307 stars 85 forks source link

MCI for Internal Gateway (Cloud Run on Anthos) with SSL #95

Closed bradenwright-opunai closed 1 year ago

bradenwright-opunai commented 2 years ago

I've been able to follow the guide and setup ASM with MCI and SSL end to end (LINK HERE). I'm trying to setup MCI for Cloud Run on Anthos / Knative as well Helm Deploys.

In order to do this I was hoping to re-use the gateway that's create automatically by cloudrun on anthos/knative called knative-ingress-gateway I can attach the virtual service/deploy from example to the knative-ingress-gateway and connect to it via the internal ip.

curl -v -k  --resolve bar.api.stage.example.com:443:10.255.255.229 https://bar.api.stage.example.com

However if I try to use MCI to connect it fails, I can use MCI successful if I deploy:

It's really weird that the Knative Ingress Gateway won't work but the other does. Any advice on how to troubleshoot / track down the issue, would be greatly appreciated

boredabdel commented 2 years ago

How are you attaching the ASM Gateway to the Virtualservice ?

boredabdel commented 1 year ago

Closing fo no activity