I'm sort of a newbie in k3s I know that in kubernetes, the multus plugin allows to to have multiple network interfaces attached to a pod, is there a way to have the same result with k3s?
There is this guide to install the plugin on k3s but I did not manage to make it work, has anyone succeded? https://gist.github.com/janeczku/ab5139791f28bfba1e0e03cfc2963ecf
Update cni bin path i.e /var/lib/rancher/k3s/data/current/bin and cni config path i.e /var/lib/rancher/k3s/agent/etc/cni/net.d in Daemonset of Multus and it should work.
Daemon set should look like
Logs on multus before updating Daemonset
Logs on multus after updating Daemonset