This has to be one of the timeless classic talks about Kubernetes Networking. Every one regardless of how mature the ecosystem gets, will/should hop on this amazing presentation.
Thanks for this talk! I've been trying to find a comprehensive overview of networking (mainly how the different types of services work) and every blog I've read seems to have slightly different or even incorrect information.
This is accurate! It's a challenge to learn k8s networking because of all the variations, misinformation and skipping-over-details to save time. I love this video, but an example of what I'm referring to is his example of pods-to-service where the traffic leaves the node but in the previous topic involved discussing overlay networks. Because it's already gone to IPtables does that handle any encapsulation? Or is it just assumed because we just talked about it that after IPtables gives you an endpoint destination outside the node does it now have to be delivered to the Overlay component for encapsulation?
This has to be one of the timeless classic talks about Kubernetes Networking. Every one regardless of how mature the ecosystem gets, will/should hop on this amazing presentation.
That's the beauty of iptables
This is gold. Thanks
This is really awesome presentation ! love it . thank you !
Thanks for this talk! I've been trying to find a comprehensive overview of networking (mainly how the different types of services work) and every blog I've read seems to have slightly different or even incorrect information.
This is accurate! It's a challenge to learn k8s networking because of all the variations, misinformation and skipping-over-details to save time. I love this video, but an example of what I'm referring to is his example of pods-to-service where the traffic leaves the node but in the previous topic involved discussing overlay networks. Because it's already gone to IPtables does that handle any encapsulation? Or is it just assumed because we just talked about it that after IPtables gives you an endpoint destination outside the node does it now have to be delivered to the Overlay component for encapsulation?
Really good talk. Thanks.
super awesome talk for k8s network , never thought network can be this sexy.
Most excellent.
Very informative talk, Thank you
I think there's a mistake in minute 29, in the networkPolicy, you allowed the FE to send traffic to DB?
Good one.Thanks.
Thank you!
The Ins and Out of networking presentation: ua-cam.com/video/y2bhV81MfKQ/v-deo.html
great talk, any chance we can get the slide deck ?
what is cbr0? what kind of bridge is it?
What the hell is the L2 discovery thing called here? “Our... L2” @6:13
I think he said find destination pod by ARPing and finding right dest mac/interface
Lmao @ 1:12
The tee needs some fixing though