This message was deleted.
s
This message was deleted.
s
@Prashant Shahi can probably help here
p
@Rade I don’t think it will be possible to communicate between clusters using ClusterIp type service. You would need to either use Ingress or switch the service type to NodePort or LoadBalancer.
Another approach to this would be using Istio. https://istio.io/v1.3/docs/examples/multicluster/gke/
r
Which service should be switched to NodePort? All or just some specific? In both clusters?
@Prashant Shahi
p
@Rade OtelCollector service.
👍 1