container/container-network #204
Replies: 7 comments 3 replies
|
"当 Node1 中的 Container-1 与 Node2 中的 Container-2 通信时,根据上面的路由规则,交由 flannel.1 接口处理,flannel.1 的职责是作为 VXLAN 网络的 VETH 端点负责封包/解包。“ 中的VETH 应该是VTEP吧 |
1 reply
|
”那的地 MAC 地址呢?也就是 Node2 中 flannel.1 设备的 MAC 地址怎么获取?“ 那的地 => 那目的地 |
1 reply
|
Underlay 底层网络模式它在k8s里面的使用场景建议给个例子,这里就科普了下知识感觉稍微有点突兀 |
1 reply
|
上面记录的意思是,目的 MAC 地址为 92:8d:c4:85:16:ad( Node2 VTEP 设备的 MAC 地址)的数据帧封装后,应该发往哪个目的IP(宿主机网络中节点的 IP)。根据上面的记录可以看出,Node1 中 UDP 包的目的 IP 应该为 192.168.2.103,也就是 Node2 节点的 IP。 这里图文不符了,目的MAC地址按照你的配图应该是:ba:74:f9:db:69:c1,目的ip按照你的配图应该是192.168.50.3 |
0 replies
|
三层路由模式章节,这条路由规则的含义是,目的地属于 10.244.1.3/24 网段的 IP 包应被送往 cni0 网桥,这里和你配图也不符合,应该是”目的地属于 100.10.0.0/24网段的 IP 包...“ |
0 replies
|
0 replies
|
图文的ip好像很多对不上 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
container/container-network
构建大规模高可用的分布式系统
https://www.thebyte.com.cn/container/container-network.html
All reactions