kube-ovn 单网卡 多vlan的实际效果


[root@k8s-ctrl-1 01-test-old-enable-eip-snat]# kubectl ko vsctl k8s-ctrl-3 show
525ba0d9-2abf-4fe3-a8fc-c7d98454359a
    Bridge br-int
        fail_mode: secure
        datapath_type: system
        Port "1ddc84ce_net2_h"
            Interface "1ddc84ce_net2_h"
        Port "2f6bc0320676_h"
            Interface "2f6bc0320676_h"
        Port ed17244b_net1_h
            Interface ed17244b_net1_h
        Port mirror0
            Interface mirror0
                type: internal
        Port ab1ae5dc_net2_h
            Interface ab1ae5dc_net2_h
        Port e2b7d6e8_net2_h
            Interface e2b7d6e8_net2_h
        Port "79bb4961_net2_h"
            Interface "79bb4961_net2_h"
        Port ovn-678b8a-0
            Interface ovn-678b8a-0
                type: geneve
                options: {csum="true", key=flow, remote_ip="10.5.205.21"}
        Port cad08081_net1_h
            Interface cad08081_net1_h
        Port ede35a15fe5f_h
            Interface ede35a15fe5f_h
        Port "2f6bc032_net2_h"
            Interface "2f6bc032_net2_h"
        Port "6723c5021eb4_h"
            Interface "6723c5021eb4_h"
        Port "2f6bc032_net1_h"
            Interface "2f6bc032_net1_h"
        Port cad08081_net2_h
            Interface cad08081_net2_h
        Port c350047e7c84_h
            Interface c350047e7c84_h
        Port e2b7d6e8e620_h
            Interface e2b7d6e8e620_h
        Port "47ac21f7da3c_h"
            Interface "47ac21f7da3c_h"
        Port "79bb4961_net1_h"
            Interface "79bb4961_net1_h"
        Port "92b57ffcf5ba_h"
            Interface "92b57ffcf5ba_h"
        Port "92d860f12f47_h"
            Interface "92d860f12f47_h"
        Port "04d074d31fee_h"
            Interface "04d074d31fee_h"
        Port br-int
            Interface br-int
                type: internal
        Port cad080818770_h
            Interface cad080818770_h
        Port "3db344ebebe2_h"
            Interface "3db344ebebe2_h"
        Port "72b4a9e47adc_h"
            Interface "72b4a9e47adc_h"
        Port "8005f7ed10ff_h"
            Interface "8005f7ed10ff_h"
        Port ovn-c815f1-0
            Interface ovn-c815f1-0
                type: geneve
                options: {csum="true", key=flow, remote_ip="10.5.205.22"}
        Port e2b7d6e8_net1_h
            Interface e2b7d6e8_net1_h
        Port "55cb646f_net2_h"
            Interface "55cb646f_net2_h"
        Port ed17244b6d7d_h
            Interface ed17244b6d7d_h
        Port "55cb646f0034_h"
            Interface "55cb646f0034_h"
        Port ovn0
            Interface ovn0
                type: internal
        Port e24ffbe318ff_h
            Interface e24ffbe318ff_h
        Port c350047e_net1_h
            Interface c350047e_net1_h
        Port "1ddc84ce_net1_h"
            Interface "1ddc84ce_net1_h"
        Port ed17244b_net2_h
            Interface ed17244b_net2_h
        Port "79bb4961e4bc_h"
            Interface "79bb4961e4bc_h"
        Port "55cb646f_net1_h"
            Interface "55cb646f_net1_h"
        Port "1cf4b0139718_h"
            Interface "1cf4b0139718_h"
        Port "7cd8c467bc27_h"
            Interface "7cd8c467bc27_h"
        Port "067a32e50ff4_h"
            Interface "067a32e50ff4_h"
        Port patch-br-int-to-localnet.vlan-203
            Interface patch-br-int-to-localnet.vlan-203
                type: patch
                options: {peer=patch-localnet.vlan-203-to-br-int}
        Port "41cb6b651a77_h"
            Interface "41cb6b651a77_h"
        Port "3db344eb_net2_h"
            Interface "3db344eb_net2_h"
        Port ab1ae5dcb654_h
            Interface ab1ae5dcb654_h
        Port "1ddc84ce1a87_h"
            Interface "1ddc84ce1a87_h"
        Port b115aa521eb4_h
            Interface b115aa521eb4_h
        Port "820be1c2ff93_h"
            Interface "820be1c2ff93_h"
        Port ab1ae5dc_net1_h
            Interface ab1ae5dc_net1_h
        Port c350047e_net2_h
            Interface c350047e_net2_h
        Port "3db344eb_net1_h"
            Interface "3db344eb_net1_h"
    Bridge br-vlan
        Port vlan
            Interface vlan
        Port patch-localnet.vlan-203-to-br-int
            Interface patch-localnet.vlan-203-to-br-int
                type: patch
                options: {peer=patch-br-int-to-localnet.vlan-203}
        Port br-vlan
            Interface br-vlan
                type: internal
    ovs_version: "2.17.5"
[root@k8s-ctrl-1 01-test-old-enable-eip-snat]# kubectl ko vsctl k8s-ctrl-2 show
af19c729-981e-4327-9c34-2d76f9f61b31
    Bridge br-int
        fail_mode: secure
        datapath_type: system
        Port ovn-678b8a-0
            Interface ovn-678b8a-0
                type: geneve
                options: {csum="true", key=flow, remote_ip="10.5.205.21"}
        Port patch-br-int-to-localnet.underlay
            Interface patch-br-int-to-localnet.underlay
                type: patch
                options: {peer=patch-localnet.underlay-to-br-int}
        Port br-int
            Interface br-int
                type: internal
    Bridge br-vlan
        Port br-vlan
            Interface br-vlan
                type: internal
        Port vlan
            Interface vlan
        Port patch-localnet.underlay-to-br-int
            Interface patch-localnet.underlay-to-br-int
                type: patch
                options: {peer=patch-br-int-to-localnet.underlay}
    ovs_version: "2.17.5"
[root@k8s-ctrl-1 01-test-old-enable-eip-snat]# kubectl ko vsctl k8s-ctrl-1 show
c572565b-e7e0-4ab1-8946-e07b4be0af75
    Bridge br-int
        fail_mode: secure
        datapath_type: system
        Port mirror0
            Interface mirror0
                type: internal
        Port ovn-22956a-0
            Interface ovn-22956a-0
                type: geneve
                options: {csum="true", key=flow, remote_ip="10.5.205.23"}
        Port ovn0
            Interface ovn0
                type: internal
        Port ovn-c815f1-0
            Interface ovn-c815f1-0
                type: geneve
                options: {csum="true", key=flow, remote_ip="10.5.205.22"}
    Bridge br-vlan
        Port patch-localnet.underlay-to-br-int
            Interface patch-localnet.underlay-to-br-int
                type: patch
                options: {peer=patch-br-int-to-localnet.underlay}
        Port vlan
            Interface vlan
        Port br-vlan
            Interface br-vlan
                type: internal
    ovs_version: "2.17.5"
[root@k8s-ctrl-1 01-test-old-enable-eip-snat]#
[root@k8s-ctrl-1 01-test-old-enable-eip-snat]# k get provider-networks -A -owide
NAME   DEFAULTINTERFACE   READY
vlan   vlan               true


# k get vlan -A
NAME       ID    PROVIDER
underlay   0     vlan
vlan-202   202   vlan
vlan-203   203   vlan
vlan-207   207   vlan


[root@k8s-ctrl-1 01-test-old-enable-eip-snat]# k get subnet -A | grep vlan
vlan-202                   ovn                                    ovn-cluster   IPv4       10.5.202.0/24     false     false   false     distributed   0        154           0        0             ["10.5.202.1..10.5.202.99","10.5.202.254"]
vlan-203                   ovn                                    ovn-cluster   IPv4       10.5.203.0/24     false     false   false     distributed   1        153           0        0             ["10.5.203.1..10.5.203.99","10.5.203.254"]
vlan-207                   ovn                                    ovn-cluster   IPv4       10.5.207.0/24     false     false   false     distributed   0        154           0        0             ["10.5.207.1..10.5.207.99","10.5.207.254"]
[root@k8s-ctrl-1 01-test-old-enable-eip-snat]#

# 目前的实现是一个provider network,多个vlan,多个underlay subnet

目前认为这种方式应该是有问题的,至少目前看多个节点的ovs网桥初始化不一致。

而且根据kube-ovn 源码搜下tag= 看一下就知道vlan tag在哪里加的,也就是说,一张网卡,只能对应一个ovs网桥,因为目前代码只有一个localnet端口

小结: 存在一张两个网桥 且nat gw 使用该网桥时,所有pod 网卡无法通网关,所有iptables eip 无法二层直通,可以看到流量出去但没有回包,当然snat后的流量(基于iptables eip)也是如此

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 216,001评论 6 498
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 92,210评论 3 392
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 161,874评论 0 351
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,001评论 1 291
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,022评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,005评论 1 295
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,929评论 3 416
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,742评论 0 271
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,193评论 1 309
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,427评论 2 331
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,583评论 1 346
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,305评论 5 342
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,911评论 3 325
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,564评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,731评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,581评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,478评论 2 352

推荐阅读更多精彩内容