Kubernetes Networking: Behind the Scenes
1–10 of 34 posts
Re: Kubernetes Networking: Behind the Scenes
#2In general actually, I've found TGIK really useful in improving my understanding of the underpinnings of k8s. They have a load of deep dive episodes that focus on a specific part of the solution and generally have a load of hands-on examples.
Re: Kubernetes Networking: Behind the Scenes
#3If getting a better understanding of exactly how Kubernetes network is of interest, I'd also recommend this episode of TGIK https://www.youtube.com/watch?v=IhbJ3ll4usI In general actually, I've found TGIK really useful in improving my understanding of the underpinnings of k8s. They have a load of deep dive episodes that focus on a specific part of the solution and generally have a load of hands-on examples.
Re: Kubernetes Networking: Behind the Scenes
#4If getting a better understanding of exactly how Kubernetes network is of interest, I'd also recommend this episode of TGIK https://www.youtube.com/watch?v=IhbJ3ll4usI In general actually, I've found TGIK really useful in improving my understanding of the underpinnings of k8s. They have a load of deep dive episodes that focus on a specific part of the solution and generally have a load of hands-on examples.
Shame the audio got ruined somewhere along the way.
Re: Kubernetes Networking: Behind the Scenes
#5Re: Kubernetes Networking: Behind the Scenes
#6Did anyone do some measurements on k8s/container latency overhead in networks?
Edit: added one more link
Re: Kubernetes Networking: Behind the Scenes
#7Did anyone do some measurements on k8s/container latency overhead in networks?
Yes. And they are _really_ easy to find. https://machinezone.github.io/research/networking-solutions-... https://itnext.io/benchmark-results-of-kubernetes-network-pl... Edit: added one more link
Re: Kubernetes Networking: Behind the Scenes
#8Re: Kubernetes Networking: Behind the Scenes
#9It's surprising k8s being so new seems to have no concept of ipv6
Soon to hit beta though: https://github.com/kubernetes/enhancements/issues/508
Most internal networks still run IPv4, and will continue to do so for a long time.
Re: Kubernetes Networking: Behind the Scenes
#10It's surprising k8s being so new seems to have no concept of ipv6
v6 should've simply been v4 with more bits