Hi,
I am interested in Cloud service mesh that was announced in Google cloud Next '24 and recently released at the start of June 2024.
In the Cloud service mesh session at Google cloud Next '24, there is a demo where requests can go from a service in Cloud run to a service in GCE and a service in GKE with the help of Cloud service mesh.
I am particularly interested in replicating that setup.
I have been reading the documentation in https://cloud.google.com/service-mesh/docs/service-routing/service-routing-overview ,
especially starting with a small setup described in https://cloud.google.com/service-mesh/docs/service-routing/set-up-envoy-http-mesh where a service running in a VM can communicate with services in other VMs with the help of cloud service mesh,
but still no success -- I was not able to complete the verify steps described in the document, the curl results in a timeout every time.
Not sure if steps in the document were tested or not.
I noticed in the session, the cloud service mesh demo was performed using terraform.
Is it possible to request the terraform sample code that was used in the session so that I can experiment with it in my google cloud project?
Thank you.