mvallim / kubernetes-under-the-hood

This tutorial is someone planning to install a Kubernetes cluster and wants to understand how everything fits together.
https://mvallim.github.io/kubernetes-under-the-hood
BSD 3-Clause "New" or "Revised" License
472 stars 105 forks source link

Kubernetes Network Model #134

Open ahmednreldin opened 1 year ago

ahmednreldin commented 1 year ago

Just a small doubt about the Kubernetes Network Model picture in Flannel documentation

NetworkModel

the picture show that pod interface numbered "eth1", "eth2" and "eth3" which is not correct, as i far as i know, pods always hold "eth0" as an interface

e.g. create new pods on the same node pod-1 image pod-2 image

i know this maybe not a mistake and just used as illustration