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?