Hey.
Context
I have 2 Consul clusters (A and B) running on Kubernetes. These clusters are connected via Cluster peering. Cluster A has service “backend” and cluster B has service “frontend”. I exported service “backend” over cluster peering. Frontend service can reach backend service using this DNS record “backend.virtual.<peer_name>.consul”. So from networking/peering perspective everything looks correct. The problem I have is that in Consul UI, when I click on “frontend” service I see no upstreams
Is this expected? Because if service would be in the same cluster then I would see upstream auto-configured once ServiceIntention is created.
Here is a ServiceIntention preview
Consul version v1.19.1