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?
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?
Copyright © 2021 Jogjafile Inc.
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.