8 Star 85 Fork 36

wujiawei/wu-lazy-cloud-network

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
k8s-node-pod-network.puml 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
wujiawei 提交于 2024-05-29 10:39 +08:00 . [fix] change
@startuml
'https://plantuml.com/component-diagram
title k8s中node中的pod之间通讯
package "k8s node pod" {
node "node1 "{
node "node1-pod1" {
}
node "node1-pod2" {
}
"node1-pod1" ---- "node1-pod2" :正常
}
node "node2(问题节点)"{
node "node2-pod1" {
}
node "node2-pod2" {
}
"node2-pod1" --right-- "node2-pod2" :正常
"node1-pod1" -- "node2-pod1" :无法通信
"node1-pod1" -- "node2-pod2" :无法通信
}
node "node3"{
node "node3-pod1" {
}
node "node3-pod2" {
}
"node3-pod1" ---- "node3-pod2" :正常
"node3-pod1" -- "node2-pod1" :正常
"node3-pod1" -- "node2-pod2" :正常
}
}
@enduml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
git@gitee.com:wujiawei1207537021/wu-lazy-cloud-network.git
wujiawei1207537021
wu-lazy-cloud-network
wu-lazy-cloud-network
master

搜索帮助