kubernetes - Remote ip determination at the time of packet encapsulation with flannel using vxlan as backend -
i using flannel cni in kubernetes , backend vxlan. have 1 master node , 2 minion nodes. after flannel installation, 1 vxlan interface flannel.1 created. there no remote ip associated flannel.1 interface.
when pod node1 tries communicate pod on node2 -
- how appropriate remote ip @ time of packet encapsulation?
- is there role of flannel daemon in packet encapsulation?
Comments
Post a Comment