Cross cluster communication in GKE Multi-cluster Service

350 Views Asked by At

I’m using GKE multi-cluster service and have configured two clusters.

On one cluster I have an endpoint I want to consume and it's hard-coded on address:

redpanda-0.redpanda.processing.svc.cluster.local.

Does anyone know how I can reach this from the other cluster?

EDIT:

I have exported the service, which is then automatically imported into the other cluster. Previously, I have been able to connect to the other cluster using SERVICE_EXPORT_NAME.NAMESPACE.svc.clusterset.local, but then I had to change the endpoint address manually to this exact address. In my new case, the endpoint address is not configurable.

0

There are 0 best solutions below