kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
  podSubnet: "10.11.0.0/16"
  # the default CNI will not be installed
  disableDefaultCNI: true
nodes:
- role: control-plane
- role: worker
- role: worker

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
  podSubnet: "10.12.0.0/16"
  # the default CNI will not be installed
  disableDefaultCNI: true
nodes:
- role: control-plane
- role: worker
- role: worker

kind create cluster -n cilium01 --config clilium-cluster-mesh-c01.yaml
kind create cluster -n cilium02 --config clilium-cluster-mesh-c02.yaml