Istio 1.11 multicluster DNS & loadbalancing not working

Hello,
I installed istio multi cluster using this (same network, multi primary).

  • I can successfully ping curl IPs from one cluster to a pod in another cluster.
  • I am able to see the pods/DNS endpoints urls from both clusters ( istioctl --context $CTX_CLUSTER1 proxy-config endpoint sleep-dd98b5f48-djwdw.sample | grep helloworld )

However, load balancing from the verify step doesn’t work: it shows only v1. Also, running curl using the DNS doesn’t work and running nslookup shows just the resolve.conf.
Is this document up to date / needed to follow these steps and add ISTIO_META_DNS_CAPTURE? any idea what should I check?

2 Likes

I have same issue, does anybody resolve it?