Is there any way to config calico support multiple VNI in vxlan mode?

71 views Asked by At

Is there any way to config calico support multiple VNI in vxlan mode?

I need multi-tenancy with Calico, but I can't find how to set multiple VNIs in the Calico configuration, how can we do that? Or is there any other CNI can provide this?

1

There are 1 answers

1
iCE On BEST ANSWER

I don't think there is a CNI that can do multi VXLAN-vni on pod side given that Kubernetes expects the network to be flat.

If you want to establish muti-tenancy with Kubernetes, RBAC and network policy is the way to do it. shift-left might be something worth exploring.