I watched this excellent video which shows how to access Google APIs (BQ, GCS etc) and a Vertex AI endpoint deployed on GCP via a combination of Cross cloud interconnect and PSC. Does this extend to self hosted services on GCP, for example I have a self hosted RABBIT MQ service deployed on GKE and would like to access this service from AWS?
Solved! Go to Solution.
Hi @dheerajpanyam ,
Welcome to Google Cloud Community!
Yes, it is possible to extend to self hosted services on GCP. but you need to add a Google Cloud Load balancer on the Private Service Connect backend to route the traffic to access the published services.
There are two load balancers in the configuration:
You may also want to check the documentation on Cross-Cloud Interconnect for more detailed information.
I hope the above information is helpful.
Hi @dheerajpanyam ,
Welcome to Google Cloud Community!
Yes, it is possible to extend to self hosted services on GCP. but you need to add a Google Cloud Load balancer on the Private Service Connect backend to route the traffic to access the published services.
There are two load balancers in the configuration:
You may also want to check the documentation on Cross-Cloud Interconnect for more detailed information.
I hope the above information is helpful.