Hi! I have a machine with two interfaces (eth0 and...
# k3s
c
Hi! I have a machine with two interfaces (eth0 and eth1) and a k3s on-prem, i run the k3s node on the host so it is exposed to host network. I want to bind the two host-interfaces to a pod on my k3s. so i found https://github.com/k8snetworkplumbingwg/multus-cni that can create two interfaces to a pod, which then i will bind to my two interfaces so i guess i have two questions: 1. is there a best practice to create two (or more) interfaces to a pod on k3s? 2. what is the best practice to bind an interface on the host to an interface (entry point?) on the pod? thank you very much!