Kubernetes pod to pod across different node networking

hi all, new to kubernetes hence posting some question hoping for some help. anyone can recommend any good tutorial like kodekloud to discuss further on the custome networking between pod to pod on different node ? such as VMWARE NSX or cisco APIC ?

Thanks in advance !!

helllo,

In order to achieve pod-to-pod to networking on different node you need to setup overlay network. For that you need to deploy a CNI such as weave,calico,flannel, this gives the overlay and communication between pods

Thanks
Rahul kodekloud

hi thanks for the help, after the going 2 times of the course finally i got how CNI work and understand it.

thanks