We have a database running in k8s.
It exposes headless services of the below form.
cluster.namespace.svc.cluster.local
node1.cluster.namespace.svc.cluster.local
node2.cluster.namespace.svc.cluster.local
node3.cluster.namespace.svc.cluster.local
…
node(x).cluster.namespace.svc.cluster.local
Would Gateway based multicluster setup work here, by using some wildcard based ServiceEntry? Otherwise can you recommends some way to set the tunnel (VPN sort) between two kubernetes pod network (RancherLab’s Submariner is in nascent stages ?