Install Multi-Primary on different networks

Hi,

I try to install a multicluster and im using the link above. Which is describing how to install a multi-primary on different networks. Since im running my clusters local on my computer i use kubernetes-kind.

This is my approach:

  • Create two clusters
  • Install metallb on each cluster to get an external-ip for the east-west ingress

then i just follow the installation step by step. But when i verify the installation it is only use the pod in the same cluster instead of sometimes randomly call for the pod in the second cluster.

Someone have a suggestion on what i can try?

Did you check, all worker node on the first cluster can reach other worker nodes on the second cluster? Because I have the same problem too and I check it the network must routed between the cluster.