Skip to content

Instantly share code, notes, and snippets.

@anfernee
Last active May 2, 2021 23:56
Show Gist options
  • Save anfernee/425e26bda834db0e308924c85ae76cca to your computer and use it in GitHub Desktop.
Save anfernee/425e26bda834db0e308924c85ae76cca to your computer and use it in GitHub Desktop.

Linux node

noEncap mode GKE cluster

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc mq state UP group default qlen 1000
    link/ether 42:01:0a:80:0f:d2 brd ff:ff:ff:ff:ff:ff
    inet 10.128.15.210/32 scope global dynamic eth0
       valid_lft 85455sec preferred_lft 85455sec
    inet6 fe80::4001:aff:fe80:fd2/64 scope link 
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:1f:79:84:70 brd ff:ff:ff:ff:ff:ff
    inet 169.254.123.1/24 brd 169.254.123.255 scope global docker0
       valid_lft forever preferred_lft forever
5: vethd371aeef@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default 
    link/ether 9e:32:9e:e3:fa:33 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::9c32:9eff:fee3:fa33/64 scope link 
       valid_lft forever preferred_lft forever
6: vetha4f85ea7@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default 
    link/ether 32:36:94:89:31:93 brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::3036:94ff:fe89:3193/64 scope link 
       valid_lft forever preferred_lft forever
7: veth657ca750@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default 
    link/ether 7e:28:22:f5:2f:cd brd ff:ff:ff:ff:ff:ff link-netnsid 2
    inet6 fe80::7c28:22ff:fef5:2fcd/64 scope link 
       valid_lft forever preferred_lft forever
8: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 4e:de:aa:7a:9e:62 brd ff:ff:ff:ff:ff:ff
9: antrea-gw0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UNKNOWN group default qlen 1000
    link/ether 3a:46:3a:3a:a7:77 brd ff:ff:ff:ff:ff:ff
    inet 10.84.2.1/24 brd 10.84.2.255 scope global antrea-gw0
       valid_lft forever preferred_lft forever
    inet6 fe80::3846:3aff:fe3a:a777/64 scope link 
       valid_lft forever preferred_lft forever
10: nginx-de-9c1cf4@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether 82:0a:91:1c:62:e2 brd ff:ff:ff:ff:ff:ff link-netnsid 3
    inet6 fe80::800a:91ff:fe1c:62e2/64 scope link 
       valid_lft forever preferred_lft forever
12: client-5686dc@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether 46:07:cf:16:f2:a0 brd ff:ff:ff:ff:ff:ff link-netnsid 4
    inet6 fe80::4407:cfff:fe16:f2a0/64 scope link 
       valid_lft forever preferred_lft forever
ygui@gke-antrea-cluster-default-pool-e4ef6e42-mqxx:~$ ip r
default via 10.128.0.1 dev eth0 proto dhcp src 10.128.15.210 metric 100 
10.84.2.0/24 dev antrea-gw0 proto kernel scope link src 10.84.2.1 
10.128.0.1 dev eth0 proto dhcp scope link src 10.128.15.210 metric 100 
169.254.123.0/24 dev docker0 proto kernel scope link src 169.254.123.1 linkdown 

# In pod
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
3: eth0@if12: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1460 qdisc noqueue state UP
    link/ether 0a:29:c8:03:24:e0 brd ff:ff:ff:ff:ff:ff
    inet 10.84.2.4/24 brd 10.84.2.255 scope global eth0
       valid_lft forever preferred_lft forever

noEncap mode with kube-up in GCE

$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ens4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc mq state UP group default qlen 1000
    link/ether 42:01:0a:30:00:36 brd ff:ff:ff:ff:ff:ff
    inet 10.48.0.54/32 scope global dynamic ens4
       valid_lft 81314sec preferred_lft 81314sec
    inet6 fe80::4001:aff:fe30:36/64 scope link 
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:84:bf:2c:ac brd ff:ff:ff:ff:ff:ff
    inet 169.254.123.1/24 brd 169.254.123.255 scope global docker0
       valid_lft forever preferred_lft forever
4: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 1a:95:1e:4f:37:80 brd ff:ff:ff:ff:ff:ff
5: antrea-gw0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UNKNOWN group default qlen 1000
    link/ether fe:44:92:0e:a5:ac brd ff:ff:ff:ff:ff:ff
    inet 10.64.2.1/24 brd 10.64.2.255 scope global antrea-gw0
       valid_lft forever preferred_lft forever
    inet6 fe80::fc44:92ff:fe0e:a5ac/64 scope link 
       valid_lft forever preferred_lft forever
6: npd-v0.8-514e17@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether 4a:d0:e1:7c:c7:28 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::48d0:e1ff:fe7c:c728/64 scope link 
       valid_lft forever preferred_lft forever
7: konnecti-33f110@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether f2:91:69:5f:02:ff brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::f091:69ff:fe5f:2ff/64 scope link 
       valid_lft forever preferred_lft forever
$ ip r
default via 10.48.0.1 dev ens4 proto dhcp src 10.48.0.63 metric 100 
10.48.0.1 dev ens4 proto dhcp scope link src 10.48.0.63 metric 100 
10.64.3.0/24 dev antrea-gw0 proto kernel scope link src 10.64.3.1 
169.254.123.0/24 dev docker0 proto kernel scope link src 169.254.123.1 linkdown 
$ sudo docker exec 4174e6fbe5a2 ovs-vsctl show 
0d99335f-6dfe-48e5-92a2-aedf17416cd2
    Bridge br-int
        datapath_type: system
        Port konnecti-33f110
            Interface konnecti-33f110
        Port npd-v0.8-514e17
            Interface npd-v0.8-514e17
        Port antrea-gw0
            Interface antrea-gw0
                type: internal
    ovs_version: "2.14.0"
    
# In one pod
# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
3: eth0@if6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default 
    link/ether fa:42:8f:a6:b6:6c brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet 10.64.2.2/24 brd 10.64.2.255 scope global eth0
       valid_lft forever preferred_lft forever

Linux node

Just routing:

# ip route 
default via 10.48.0.1 dev ens4 proto dhcp src 10.48.0.59 metric 100 
10.48.0.1 dev ens4 proto dhcp scope link src 10.48.0.59 metric 100 
10.64.3.2 dev cali95acec46a20 scope link 
10.64.3.3 dev califff425991a4 scope link 
10.64.3.4 dev cali497c927d4b0 scope link 
10.64.3.6 dev cali85c6fe4d8ab scope link 
169.254.123.0/24 dev docker0 proto kernel scope link src 169.254.123.1 linkdown 
➜  kubernetes git:(antrea-kubeup) ✗ kubectl -n kube-system exec antrea-agent-gzp5n -- ovs-vsctl show 
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
aa2fb890-0654-485e-a573-6159fdebada4
    Bridge br-int
        datapath_type: system
        Port coredns--b3752a
            Interface coredns--b3752a
        Port antrea-gw0
            Interface antrea-gw0
                type: internal
        Port npd-v0.8-712b34
            Interface npd-v0.8-712b34
        Port metrics--189d36
            Interface metrics--189d36
        Port konnecti-6dd98c
            Interface konnecti-6dd98c
    ovs_version: "2.14.0"
➜  kubernetes git:(antrea-kubeup) ✗ kubectl -n kube-system exec antrea-agent-gzp5n -- ovs-vsctl dump-tables br-int
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
ovs-vsctl: unknown command 'dump-tables'; use --help for help
command terminated with exit code 1
➜  kubernetes git:(antrea-kubeup) ✗ kubectl -n kube-system exec antrea-agent-gzp5n -- ovs-ofctl dump-tables br-int
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
OFPST_TABLE reply (xid=0x2):
  table 0:
    active=6, lookup=3070688, matched=3070688
    max_entries=1000000
    matching:
      exact match or wildcard: in_port eth_{src,dst,type} vlan_{vid,pcp} ip_{src,dst} nw_{proto,tos} tcp_{src,dst}

  table 1:
    active=0, lookup=0, matched=0
    (same features)

  tables 2...9: ditto

  table 10:
    active=12, lookup=3070688, matched=3070688
    (same features)

  table 11:
    active=0, lookup=0, matched=0
    (same features)

  tables 12...19: ditto

  table 20:
    active=5, lookup=8165, matched=8165
    (same features)

  table 21:
    active=4, lookup=35, matched=35
    (same features)

  table 22:
    active=0, lookup=0, matched=0
    (same features)

  tables 23...28: ditto

  table 29:
    active=2, lookup=3062488, matched=3062488
    (same features)

  table 30: ditto

  table 31:
    active=7, lookup=3073694, matched=3073694
    (same features)

  table 32:
    active=0, lookup=0, matched=0
    (same features)

  tables 33...39: ditto

  table 40:
    active=1, lookup=28135, matched=28135
    (same features)

  table 41:
    active=7, lookup=28135, matched=28135
    (same features)

  table 42:
    active=11, lookup=423544, matched=423544
    (same features)

  table 43:
    active=0, lookup=0, matched=0
    (same features)

  tables 44...49: ditto

  table 50:
    active=2, lookup=3073661, matched=3073661
    (same features)

  table 51:
    active=0, lookup=0, matched=0
    (same features)

  tables 52...59: ditto

  table 60:
    active=1, lookup=28135, matched=28135
    (same features)

  table 61:
    active=1, lookup=3073661, matched=3073661
    (same features)

  table 62:
    active=0, lookup=0, matched=0
    (same features)

  tables 63...69: ditto

  table 70:
    active=8, lookup=3073661, matched=3073661
    (same features)

  table 71:
    active=0, lookup=0, matched=0
    (same features)

  table 72:
    active=3, lookup=313121, matched=313121
    (same features)

  table 73:
    active=0, lookup=0, matched=0
    (same features)

  tables 74...79: ditto

  table 80:
    active=6, lookup=3073661, matched=3073661
    (same features)

  table 81:
    active=0, lookup=0, matched=0
    (same features)

  tables 82...89: ditto

  table 90:
    active=3, lookup=1516641, matched=1516641
    (same features)

  table 91:
    active=0, lookup=0, matched=0
    (same features)

  tables 92...99: ditto

  table 100:
    active=1, lookup=609, matched=609
    (same features)

  table 101:
    active=1, lookup=1490804, matched=1490804
    (same features)

  table 102:
    active=0, lookup=0, matched=0
    (same features)

  tables 103...104: ditto

  table 105:
    active=5, lookup=3073661, matched=3073661
    (same features)

  table 106:
    active=3, lookup=3073661, matched=3073661
    (same features)

  table 107:
    active=0, lookup=0, matched=0
    (same features)

  tables 108...109: ditto

  table 110:
    active=4, lookup=3073661, matched=3073661
    (same features)

  table 111:
    active=0, lookup=0, matched=0
    (same features)

  tables 112...253: ditto
➜  kubernetes git:(antrea-kubeup) ✗ kubectl -n kube-system exec antrea-agent-gzp5n -- ovs-ofctl dump-flows br-int 
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
NXST_FLOW reply (xid=0x4):
 cookie=0x1000000000000, duration=86294.083s, table=0, n_packets=1434141, n_bytes=1125979718, idle_age=0, hard_age=65534, priority=200,in_port=2 actions=load:0x1->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=86291.205s, table=0, n_packets=9426, n_bytes=1040725, idle_age=10, hard_age=65534, priority=190,in_port=1 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=86282.077s, table=0, n_packets=1085809, n_bytes=244338176, idle_age=1, hard_age=65534, priority=190,in_port=3 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=86268.197s, table=0, n_packets=89253, n_bytes=8497821, idle_age=3, hard_age=65534, priority=190,in_port=4 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=86237.501s, table=0, n_packets=457008, n_bytes=52969223, idle_age=0, hard_age=65534, priority=190,in_port=6 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1000000000000, duration=86294.102s, table=0, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
 cookie=0x1000000000000, duration=86294.097s, table=10, n_packets=35, n_bytes=2490, idle_age=2391, hard_age=65534, priority=200,ipv6,ipv6_src=fe80::/10 actions=resubmit(,21)
 cookie=0x1000000000000, duration=86294.083s, table=10, n_packets=1430323, n_bytes=1125818342, idle_age=0, hard_age=65534, priority=200,ip,in_port=2 actions=resubmit(,29)
 cookie=0x1000000000000, duration=86294.083s, table=10, n_packets=3783, n_bytes=158886, idle_age=10, hard_age=65534, priority=200,arp,in_port=2,arp_spa=10.64.2.1,arp_sha=ee:d4:da:df:75:8a actions=resubmit(,20)
 cookie=0x1030000000000, duration=86291.205s, table=10, n_packets=3629, n_bytes=152418, idle_age=10, hard_age=65534, priority=200,arp,in_port=1,arp_spa=10.64.2.2,arp_sha=46:e1:e5:69:99:cd actions=resubmit(,20)
 cookie=0x1030000000000, duration=86282.077s, table=10, n_packets=301, n_bytes=12642, idle_age=268, hard_age=65534, priority=200,arp,in_port=3,arp_spa=10.64.2.3,arp_sha=9a:c3:9a:22:be:5e actions=resubmit(,20)
 cookie=0x1030000000000, duration=86268.197s, table=10, n_packets=4, n_bytes=168, idle_age=65534, hard_age=65534, priority=200,arp,in_port=4,arp_spa=10.64.2.4,arp_sha=7a:3a:7b:0e:4f:0b actions=resubmit(,20)
 cookie=0x1030000000000, duration=86237.501s, table=10, n_packets=449, n_bytes=18858, idle_age=268, hard_age=65534, priority=200,arp,in_port=6,arp_spa=10.64.2.6,arp_sha=6e:87:1e:61:43:d7 actions=resubmit(,20)
 cookie=0x1030000000000, duration=86291.205s, table=10, n_packets=5797, n_bytes=888307, idle_age=16, hard_age=65534, priority=200,ip,in_port=1,dl_src=46:e1:e5:69:99:cd,nw_src=10.64.2.2 actions=resubmit(,29)
 cookie=0x1030000000000, duration=86282.077s, table=10, n_packets=1085508, n_bytes=244325534, idle_age=1, hard_age=65534, priority=200,ip,in_port=3,dl_src=9a:c3:9a:22:be:5e,nw_src=10.64.2.3 actions=resubmit(,29)
 cookie=0x1030000000000, duration=86268.197s, table=10, n_packets=89249, n_bytes=8497653, idle_age=3, hard_age=65534, priority=200,ip,in_port=4,dl_src=7a:3a:7b:0e:4f:0b,nw_src=10.64.2.4 actions=resubmit(,29)
 cookie=0x1030000000000, duration=86237.501s, table=10, n_packets=456559, n_bytes=52950365, idle_age=0, hard_age=65534, priority=200,ip,in_port=6,dl_src=6e:87:1e:61:43:d7,nw_src=10.64.2.6 actions=resubmit(,29)
 cookie=0x1000000000000, duration=86294.102s, table=10, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
 cookie=0x1020000000000, duration=86293.915s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,arp,arp_tpa=10.64.0.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],mod_dl_src:aa:bb:cc:dd:ee:ff,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],load:0xaabbccddeeff->NXM_NX_ARP_SHA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xa400001->NXM_OF_ARP_SPA[],IN_PORT
 cookie=0x1020000000000, duration=86293.915s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,arp,arp_tpa=10.64.3.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],mod_dl_src:aa:bb:cc:dd:ee:ff,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],load:0xaabbccddeeff->NXM_NX_ARP_SHA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xa400301->NXM_OF_ARP_SPA[],IN_PORT
 cookie=0x1020000000000, duration=86111.002s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,arp,arp_tpa=10.64.1.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],mod_dl_src:aa:bb:cc:dd:ee:ff,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],load:0xaabbccddeeff->NXM_NX_ARP_SHA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xa400101->NXM_OF_ARP_SPA[],IN_PORT
 cookie=0x1000000000000, duration=86294.099s, table=20, n_packets=8173, n_bytes=343266, idle_age=10, hard_age=65534, priority=190,arp actions=NORMAL
 cookie=0x1000000000000, duration=86294.102s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
 cookie=0x1000000000000, duration=86294.097s, table=21, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,icmp6,icmp_type=135,icmp_code=0 actions=NORMAL
 cookie=0x1000000000000, duration=86294.097s, table=21, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,icmp6,icmp_type=136,icmp_code=0 actions=NORMAL
 cookie=0x1000000000000, duration=86294.097s, table=21, n_packets=35, n_bytes=2490, idle_age=2391, hard_age=65534, priority=200,ipv6,ipv6_dst=ff00::/8 actions=NORMAL
 cookie=0x1000000000000, duration=86294.102s, table=21, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=resubmit(,29)
 cookie=0x1040000000000, duration=86294.080s, table=29, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_dst=169.254.169.252 actions=move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],load:0x1->NXM_NX_REG0[18],resubmit(,30)
 cookie=0x1000000000000, duration=86294.102s, table=29, n_packets=3067604, n_bytes=1432493305, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,30)
 cookie=0x1000000000000, duration=86294.088s, table=30, n_packets=3067604, n_bytes=1432493305, idle_age=0, hard_age=65534, priority=200,ip actions=ct(table=31,zone=65520,nat)
 cookie=0x1000000000000, duration=86294.088s, table=30, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ipv6 actions=ct(table=31,zone=65510,nat)
 cookie=0x1000000000000, duration=86294.088s, table=31, n_packets=193132, n_bytes=18530897, idle_age=3, hard_age=65534, priority=210,ct_state=-new+trk,ct_mark=0x20,ip,reg0=0x1/0xffff actions=resubmit(,42)
 cookie=0x1000000000000, duration=86294.088s, table=31, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=210,ip,reg0=0x2000000/0x3000000 actions=resubmit(,42)
 cookie=0x1000000000000, duration=86294.083s, table=31, n_packets=202892, n_bytes=26053968, idle_age=3, hard_age=65534, priority=200,ct_state=-new+trk,ct_mark=0x20,ip actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,42)
 cookie=0x1040000000000, duration=86294.080s, table=31, n_packets=595567, n_bytes=795030403, idle_age=0, hard_age=65534, priority=200,ct_state=-new+trk,ct_mark=0x21,ip actions=load:0x1->NXM_NX_REG0[19],resubmit(,50)
 cookie=0x1000000000000, duration=86294.088s, table=31, n_packets=33, n_bytes=1782, idle_age=2665, hard_age=65534, priority=190,ct_state=+inv+trk,ip actions=drop
 cookie=0x1040000000000, duration=86294.080s, table=31, n_packets=2059029, n_bytes=591530747, idle_age=1, hard_age=65534, priority=190,ct_state=-new+trk,ip actions=resubmit(,50)
 cookie=0x1000000000000, duration=86294.088s, table=31, n_packets=28177, n_bytes=2086424, idle_age=3, hard_age=65534, priority=0 actions=resubmit(,40),resubmit(,41)
 cookie=0x1040000000000, duration=86294.080s, table=40, n_packets=28177, n_bytes=2086424, idle_age=3, hard_age=65534, priority=0 actions=load:0x1->NXM_NX_REG4[16..18]
 cookie=0x1040000000000, duration=86293.891s, table=41, n_packets=7, n_bytes=518, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.0.1,tp_dst=443 actions=group:6
 cookie=0x1040000000000, duration=86275.541s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.154.34,tp_dst=443 actions=group:4
 cookie=0x1040000000000, duration=86265.386s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.0.10,tp_dst=9153 actions=group:7
 cookie=0x1040000000000, duration=86265.377s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,udp,reg4=0x10000/0x70000,nw_dst=10.0.0.10,tp_dst=53 actions=group:1
 cookie=0x1040000000000, duration=86265.369s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.0.10,tp_dst=53 actions=group:2
 cookie=0x1040000000000, duration=86258.626s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.148.234,tp_dst=443 actions=group:3
 cookie=0x1000000000000, duration=86294.102s, table=41, n_packets=28170, n_bytes=2085906, idle_age=3, hard_age=65534, priority=0 actions=resubmit(,42)
 cookie=0x1040000000000, duration=86293.919s, table=42, n_packets=7, n_bytes=518, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0x2244fe7d,reg4=0x201bb/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=34.68.254.125:443),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86275.548s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa3003e7,reg4=0x2286d/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.48.3.231:10349),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86265.391s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400302,reg4=0x223c1/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.3.2:9153),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86265.382s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,udp,reg3=0xa400302,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.3.2:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86265.374s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400302,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.3.2:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86264.646s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400204,reg4=0x223c1/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.4:9153),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86264.641s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,udp,reg3=0xa400204,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.4:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86264.636s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400204,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.4:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86223.640s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400206,reg4=0x201bb/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.6:443),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86294.081s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=190,reg4=0x20000/0x70000 actions=load:0x1->NXM_NX_REG4[16..18],resubmit(,41)
 cookie=0x1000000000000, duration=86294.103s, table=42, n_packets=424194, n_bytes=46670771, idle_age=3, hard_age=65534, priority=0 actions=resubmit(,50)
 cookie=0x1000000000000, duration=86294.087s, table=50, n_packets=3050620, n_bytes=1431146015, idle_age=0, hard_age=65534, priority=210,ct_state=-new+est,ip actions=resubmit(,61)
 cookie=0x1000000000000, duration=86294.103s, table=50, n_packets=28177, n_bytes=2086424, idle_age=3, hard_age=65534, priority=0 actions=resubmit(,60)
 cookie=0x1000000000000, duration=86294.103s, table=60, n_packets=28177, n_bytes=2086424, idle_age=3, hard_age=65534, priority=0 actions=resubmit(,61)
 cookie=0x1000000000000, duration=86294.103s, table=61, n_packets=3078797, n_bytes=1433232439, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,70)
 cookie=0x1020000000000, duration=86293.916s, table=70, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_dst=10.64.0.0/24 actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,80)
 cookie=0x1020000000000, duration=86293.916s, table=70, n_packets=80311, n_bytes=14219771, idle_age=3, hard_age=65534, priority=200,ip,nw_dst=10.64.3.0/24 actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,80)
 cookie=0x1020000000000, duration=86111.003s, table=70, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_dst=10.64.1.0/24 actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,80)
 cookie=0x1030000000000, duration=86291.206s, table=70, n_packets=5248, n_bytes=2518090, idle_age=16, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.2 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:46:e1:e5:69:99:cd,resubmit(,72)
 cookie=0x1030000000000, duration=86282.078s, table=70, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.3 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:9a:c3:9a:22:be:5e,resubmit(,72)
 cookie=0x1030000000000, duration=86268.198s, table=70, n_packets=6943, n_bytes=1079663, idle_age=3, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.4 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:7a:3a:7b:0e:4f:0b,resubmit(,72)
 cookie=0x1030000000000, duration=86237.502s, table=70, n_packets=301304, n_bytes=763708884, idle_age=0, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.6 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:6e:87:1e:61:43:d7,resubmit(,72)
 cookie=0x1000000000000, duration=86294.103s, table=70, n_packets=2684886, n_bytes=651424606, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,80)
 cookie=0x1000000000000, duration=86294.095s, table=72, n_packets=313600, n_bytes=767588062, idle_age=0, hard_age=65534, priority=210,ip,reg0=0x1/0xffff actions=resubmit(,80)
 cookie=0x1000000000000, duration=86294.095s, table=72, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip actions=dec_ttl,resubmit(,80)
 cookie=0x1000000000000, duration=86294.103s, table=72, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=resubmit(,80)
 cookie=0x1000000000000, duration=86294.084s, table=80, n_packets=1559640, n_bytes=295633420, idle_age=0, hard_age=65534, priority=200,dl_dst=ee:d4:da:df:75:8a actions=load:0x2->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,105)
 cookie=0x1030000000000, duration=86291.206s, table=80, n_packets=5248, n_bytes=2518090, idle_age=16, hard_age=65534, priority=200,dl_dst=46:e1:e5:69:99:cd actions=load:0x1->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=86282.078s, table=80, n_packets=934139, n_bytes=241625391, idle_age=1, hard_age=65534, priority=200,dl_dst=9a:c3:9a:22:be:5e actions=load:0x3->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=86268.198s, table=80, n_packets=98167, n_bytes=9096662, idle_age=3, hard_age=65534, priority=200,dl_dst=7a:3a:7b:0e:4f:0b actions=load:0x4->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=86237.502s, table=80, n_packets=481422, n_bytes=884070622, idle_age=0, hard_age=65534, priority=200,dl_dst=6e:87:1e:61:43:d7 actions=load:0x6->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1000000000000, duration=86294.103s, table=80, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=resubmit(,105)
 cookie=0x1000000000000, duration=86294.087s, table=90, n_packets=1492673, n_bytes=1135638251, idle_age=0, hard_age=65534, priority=210,ct_state=-new+est,ip actions=resubmit(,101)
 cookie=0x1000000000000, duration=86294.084s, table=90, n_packets=25874, n_bytes=1914676, idle_age=3, hard_age=65534, priority=210,pkt_mark=0x1/0x1 actions=resubmit(,105)
 cookie=0x1000000000000, duration=86294.103s, table=90, n_packets=610, n_bytes=46092, idle_age=46, hard_age=65534, priority=0 actions=resubmit(,100)
 cookie=0x1000000000000, duration=86294.103s, table=100, n_packets=610, n_bytes=46092, idle_age=46, hard_age=65534, priority=0 actions=resubmit(,101)
 cookie=0x1000000000000, duration=86294.103s, table=101, n_packets=1493283, n_bytes=1135684343, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,105)
 cookie=0x1000000000000, duration=86294.089s, table=105, n_packets=26170, n_bytes=1937532, idle_age=3, hard_age=65534, priority=200,ct_state=+new+trk,ip,reg0=0x1/0xffff actions=ct(commit,table=106,zone=65520,exec(load:0x20->NXM_NX_CT_MARK[]))
 cookie=0x1000000000000, duration=86294.089s, table=105, n_packets=2007, n_bytes=148892, idle_age=46, hard_age=65534, priority=190,ct_state=+new+trk,ip actions=ct(commit,table=106,zone=65520)
 cookie=0x1000000000000, duration=86294.089s, table=105, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=190,ct_state=+trk,ct_mark=0x21,ip,reg4=0x20000/0x70000 actions=resubmit(,106)
 cookie=0x1000000000000, duration=86294.089s, table=105, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=190,ct_state=+trk,ct_mark=0x21,ipv6,reg4=0x20000/0x70000 actions=resubmit(,106)
 cookie=0x1000000000000, duration=86294.103s, table=105, n_packets=3050620, n_bytes=1431146015, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,106)
 cookie=0x1040000000000, duration=86264.636s, table=106, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_src=10.64.2.4,nw_dst=10.64.2.4 actions=mod_nw_src:169.254.169.252,load:0x1->NXM_NX_REG0[18],resubmit(,110)
 cookie=0x1040000000000, duration=86223.640s, table=106, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_src=10.64.2.6,nw_dst=10.64.2.6 actions=mod_nw_src:169.254.169.252,load:0x1->NXM_NX_REG0[18],resubmit(,110)
 cookie=0x1000000000000, duration=86294.103s, table=106, n_packets=3078797, n_bytes=1433232439, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,110)
 cookie=0x1040000000000, duration=86294.081s, table=110, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=210,reg0=0x40000/0x40000 actions=IN_PORT
 cookie=0x1000000000000, duration=86294.092s, table=110, n_packets=3078797, n_bytes=1433232439, idle_age=0, hard_age=65534, priority=200,ip,reg0=0x10000/0x10000 actions=output:NXM_NX_REG1[]
 cookie=0x1000000000000, duration=86294.092s, table=110, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ipv6,reg0=0x10000/0x10000 actions=output:NXM_NX_REG1[]
 cookie=0x1000000000000, duration=86294.103s, table=110, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop



➜  kubernetes git:(antrea-kubeup) ✗ kubectl -n kube-system exec antrea-agent-gzp5n -- ip a                       
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ens4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc mq state UP group default qlen 1000
    link/ether 42:01:0a:30:03:e6 brd ff:ff:ff:ff:ff:ff
    inet 10.48.3.230/32 scope global dynamic ens4
       valid_lft 86144sec preferred_lft 86144sec
    inet6 fe80::4001:aff:fe30:3e6/64 scope link 
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:09:c4:04:d1 brd ff:ff:ff:ff:ff:ff
    inet 169.254.123.1/24 brd 169.254.123.255 scope global docker0
       valid_lft forever preferred_lft forever
4: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 5a:4e:63:5a:e4:9a brd ff:ff:ff:ff:ff:ff
5: antrea-gw0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UNKNOWN group default qlen 1000
    link/ether ee:d4:da:df:75:8a brd ff:ff:ff:ff:ff:ff
    inet 10.64.2.1/24 brd 10.64.2.255 scope global antrea-gw0
       valid_lft forever preferred_lft forever
    inet6 fe80::ecd4:daff:fedf:758a/64 scope link 
       valid_lft forever preferred_lft forever
6: npd-v0.8-712b34@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether 7e:04:13:4f:03:2f brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::7c04:13ff:fe4f:32f/64 scope link 
       valid_lft forever preferred_lft forever
7: konnecti-6dd98c@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether 4e:45:2b:2f:4e:4f brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::4c45:2bff:fe2f:4e4f/64 scope link 
       valid_lft forever preferred_lft forever
8: coredns--b3752a@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether 8a:7c:17:bc:5d:0d brd ff:ff:ff:ff:ff:ff link-netnsid 2
    inet6 fe80::887c:17ff:febc:5d0d/64 scope link 
       valid_lft forever preferred_lft forever
10: metrics--189d36@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether ea:97:5b:64:70:c0 brd ff:ff:ff:ff:ff:ff link-netnsid 4
    inet6 fe80::e897:5bff:fe64:70c0/64 scope link 
       valid_lft forever preferred_lft forever
➜  kubernetes git:(antrea-kubeup) ✗ kubectl get pods -A -o wide                            
NAMESPACE     NAME                                        READY   STATUS    RESTARTS   AGE   IP            NODE                           NOMINATED NODE   READINESS GATES
kube-system   antrea-agent-gzp5n                          2/2     Running   0          24h   10.48.3.230   kubernetes-minion-group-q0kl   <none>           <none>
kube-system   antrea-agent-mlmn8                          2/2     Running   0          24h   10.48.3.231   kubernetes-minion-group-s3j4   <none>           <none>
kube-system   antrea-controller-7b495674b7-brwqc          1/1     Running   0          24h   10.48.3.231   kubernetes-minion-group-s3j4   <none>           <none>
kube-system   antrea-node-init-8cx4m                      1/1     Running   0          24h   10.48.3.230   kubernetes-minion-group-q0kl   <none>           <none>
kube-system   antrea-node-init-d8s75                      1/1     Running   0          24h   10.48.3.231   kubernetes-minion-group-s3j4   <none>           <none>
kube-system   coredns-755cd654d4-2hf5x                    1/1     Running   0          24h   10.64.3.2     kubernetes-minion-group-s3j4   <none>           <none>
kube-system   coredns-755cd654d4-s6f6g                    1/1     Running   0          24h   10.64.2.4     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   etcd-server-events-kubernetes-master        1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   etcd-server-kubernetes-master               1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   event-exporter-v0.3.1-77766744cc-6r24x      1/1     Running   0          24h   10.64.3.8     kubernetes-minion-group-s3j4   <none>           <none>
kube-system   fluentd-gcp-scaler-55f8dfc997-6krvk         1/1     Running   0          24h   10.64.3.4     kubernetes-minion-group-s3j4   <none>           <none>
kube-system   fluentd-gcp-v3.2.0-fg92z                    1/1     Running   0          24h   10.48.3.231   kubernetes-minion-group-s3j4   <none>           <none>
kube-system   fluentd-gcp-v3.2.0-fg9dl                    1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   fluentd-gcp-v3.2.0-kj5fg                    1/1     Running   0          24h   10.48.3.230   kubernetes-minion-group-q0kl   <none>           <none>
kube-system   konnectivity-agent-cqg2t                    1/1     Running   0          24h   10.64.3.9     kubernetes-minion-group-s3j4   <none>           <none>
kube-system   konnectivity-agent-ts84l                    1/1     Running   0          24h   10.64.2.3     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   konnectivity-server-kubernetes-master       1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   kube-addon-manager-kubernetes-master        1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   kube-apiserver-kubernetes-master            1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   kube-controller-manager-kubernetes-master   1/1     Running   2          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   kube-dns-autoscaler-76478fcf46-5m4rm        1/1     Running   0          24h   10.64.3.5     kubernetes-minion-group-s3j4   <none>           <none>
kube-system   kube-proxy-kubernetes-minion-group-q0kl     1/1     Running   0          24h   10.48.3.230   kubernetes-minion-group-q0kl   <none>           <none>
kube-system   kube-proxy-kubernetes-minion-group-s3j4     1/1     Running   0          24h   10.48.3.231   kubernetes-minion-group-s3j4   <none>           <none>
kube-system   kube-scheduler-kubernetes-master            1/1     Running   0          24h   10.48.3.228   kubernetes-master              <none>           <none>
kube-system   metrics-server-v0.3.6-8b98f98c9-7mkjw       2/2     Running   0          24h   10.64.2.6     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   npd-v0.8.7-mkbf9                            1/1     Running   0          24h   10.64.3.3     kubernetes-minion-group-s3j4   <none>           <none>
kube-system   npd-v0.8.7-qxtxj                            1/1     Running   0          24h   10.64.2.2     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   volume-snapshot-controller-0                1/1     Running   0          24h   10.64.3.7     kubernetes-minion-group-s3j4   <none>           <none>
➜  kubernetes git:(antrea-kubeup) ✗ kubectl get pods -A -o wide | grep 10.64.2
kube-system   coredns-755cd654d4-s6f6g                    1/1     Running   0          24h   10.64.2.4     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   konnectivity-agent-ts84l                    1/1     Running   0          24h   10.64.2.3     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   metrics-server-v0.3.6-8b98f98c9-7mkjw       2/2     Running   0          24h   10.64.2.6     kubernetes-minion-group-q0kl   <none>           <none>
kube-system   npd-v0.8.7-qxtxj                            1/1     Running   0          24h   10.64.2.2     kubernetes-minion-group-q0kl   <none>           <none>

kubectl run -it client --image=anfernee/network-toolbox    
If you don't see a command prompt, try pressing enter.
/ # ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
3: eth0@if13: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1460 qdisc noqueue state UP 
    link/ether 3a:cb:b7:fb:43:a2 brd ff:ff:ff:ff:ff:ff
    inet 10.64.2.9/24 brd 10.64.2.255 scope global eth0
       valid_lft forever preferred_lft forever

IP to MAC: 10.64.2.9=>3a:cb:b7:fb:43:a2

$ ip a
13: client-da93f1@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master ovs-system state UP group default 
    link/ether d6:53:3c:bc:c2:c3 brd ff:ff:ff:ff:ff:ff link-netnsid 6
    inet6 fe80::d453:3cff:febc:c2c3/64 scope link 
       valid_lft forever preferred_lft forever
ovs-vsctl show
 Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
aa2fb890-0654-485e-a573-6159fdebada4
    Bridge br-int
        datapath_type: system
        Port coredns--b3752a
            Interface coredns--b3752a
        Port nginx-de-0b36c4
            Interface nginx-de-0b36c4
        Port client-da93f1
            Interface client-da93f1
        Port antrea-gw0
            Interface antrea-gw0
                type: internal
        Port npd-v0.8-712b34
            Interface npd-v0.8-712b34
        Port nginx-de-5dcad4
            Interface nginx-de-5dcad4
        Port metrics--189d36
            Interface metrics--189d36
        Port konnecti-6dd98c
            Interface konnecti-6dd98c
    ovs_version: "2.14.0"

Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
NXST_FLOW reply (xid=0x4):
 cookie=0x1000000000000, duration=87052.585s, table=0, n_packets=1447389, n_bytes=1136066594, idle_age=0, hard_age=65534, priority=200,in_port=2 actions=load:0x1->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=87049.707s, table=0, n_packets=9501, n_bytes=1048311, idle_age=13, hard_age=65534, priority=190,in_port=1 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=87040.579s, table=0, n_packets=1096388, n_bytes=246643009, idle_age=0, hard_age=65534, priority=190,in_port=3 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=87026.699s, table=0, n_packets=90058, n_bytes=8574794, idle_age=8, hard_age=65534, priority=190,in_port=4 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=86996.003s, table=0, n_packets=461266, n_bytes=53452983, idle_age=0, hard_age=65534, priority=190,in_port=6 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=250.046s, table=0, n_packets=3, n_bytes=126, idle_age=249, priority=190,in_port=7 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=250.043s, table=0, n_packets=3, n_bytes=126, idle_age=249, priority=190,in_port=8 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1030000000000, duration=218.834s, table=0, n_packets=3, n_bytes=126, idle_age=218, priority=190,in_port=9 actions=load:0x2->NXM_NX_REG0[0..15],resubmit(,10)
 cookie=0x1000000000000, duration=87052.604s, table=0, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
 cookie=0x1000000000000, duration=87052.599s, table=10, n_packets=35, n_bytes=2490, idle_age=3150, hard_age=65534, priority=200,ipv6,ipv6_src=fe80::/10 actions=resubmit(,21)
 cookie=0x1000000000000, duration=87052.585s, table=10, n_packets=1443542, n_bytes=1135904000, idle_age=0, hard_age=65534, priority=200,ip,in_port=2 actions=resubmit(,29)
 cookie=0x1000000000000, duration=87052.585s, table=10, n_packets=3812, n_bytes=160104, idle_age=13, hard_age=65534, priority=200,arp,in_port=2,arp_spa=10.64.2.1,arp_sha=ee:d4:da:df:75:8a actions=resubmit(,20)
 cookie=0x1030000000000, duration=87049.707s, table=10, n_packets=3657, n_bytes=153594, idle_age=13, hard_age=65534, priority=200,arp,in_port=1,arp_spa=10.64.2.2,arp_sha=46:e1:e5:69:99:cd actions=resubmit(,20)
 cookie=0x1030000000000, duration=87040.579s, table=10, n_packets=301, n_bytes=12642, idle_age=1026, hard_age=65534, priority=200,arp,in_port=3,arp_spa=10.64.2.3,arp_sha=9a:c3:9a:22:be:5e actions=resubmit(,20)
 cookie=0x1030000000000, duration=87026.699s, table=10, n_packets=4, n_bytes=168, idle_age=65534, hard_age=65534, priority=200,arp,in_port=4,arp_spa=10.64.2.4,arp_sha=7a:3a:7b:0e:4f:0b actions=resubmit(,20)
 cookie=0x1030000000000, duration=86996.003s, table=10, n_packets=450, n_bytes=18900, idle_age=240, hard_age=65534, priority=200,arp,in_port=6,arp_spa=10.64.2.6,arp_sha=6e:87:1e:61:43:d7 actions=resubmit(,20)
 cookie=0x1030000000000, duration=250.046s, table=10, n_packets=3, n_bytes=126, idle_age=249, priority=200,arp,in_port=7,arp_spa=10.64.2.8,arp_sha=e6:ce:67:a0:c7:73 actions=resubmit(,20)
 cookie=0x1030000000000, duration=250.043s, table=10, n_packets=3, n_bytes=126, idle_age=249, priority=200,arp,in_port=8,arp_spa=10.64.2.7,arp_sha=a2:f7:e9:f2:fb:9d actions=resubmit(,20)
 cookie=0x1030000000000, duration=218.834s, table=10, n_packets=3, n_bytes=126, idle_age=218, priority=200,arp,in_port=9,arp_spa=10.64.2.9,arp_sha=3a:cb:b7:fb:43:a2 actions=resubmit(,20)
 cookie=0x1030000000000, duration=87049.707s, table=10, n_packets=5844, n_bytes=894717, idle_age=18, hard_age=65534, priority=200,ip,in_port=1,dl_src=46:e1:e5:69:99:cd,nw_src=10.64.2.2 actions=resubmit(,29)
 cookie=0x1030000000000, duration=87040.579s, table=10, n_packets=1096087, n_bytes=246630367, idle_age=0, hard_age=65534, priority=200,ip,in_port=3,dl_src=9a:c3:9a:22:be:5e,nw_src=10.64.2.3 actions=resubmit(,29)
 cookie=0x1030000000000, duration=87026.699s, table=10, n_packets=90054, n_bytes=8574626, idle_age=8, hard_age=65534, priority=200,ip,in_port=4,dl_src=7a:3a:7b:0e:4f:0b,nw_src=10.64.2.4 actions=resubmit(,29)
 cookie=0x1030000000000, duration=86996.003s, table=10, n_packets=460816, n_bytes=53434083, idle_age=0, hard_age=65534, priority=200,ip,in_port=6,dl_src=6e:87:1e:61:43:d7,nw_src=10.64.2.6 actions=resubmit(,29)
 cookie=0x1030000000000, duration=250.046s, table=10, n_packets=0, n_bytes=0, idle_age=250, priority=200,ip,in_port=7,dl_src=e6:ce:67:a0:c7:73,nw_src=10.64.2.8 actions=resubmit(,29)
 cookie=0x1030000000000, duration=250.043s, table=10, n_packets=0, n_bytes=0, idle_age=250, priority=200,ip,in_port=8,dl_src=a2:f7:e9:f2:fb:9d,nw_src=10.64.2.7 actions=resubmit(,29)
 cookie=0x1030000000000, duration=218.834s, table=10, n_packets=0, n_bytes=0, idle_age=218, priority=200,ip,in_port=9,dl_src=3a:cb:b7:fb:43:a2,nw_src=10.64.2.9 actions=resubmit(,29)
 cookie=0x1000000000000, duration=87052.604s, table=10, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
 cookie=0x1020000000000, duration=87052.417s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,arp,arp_tpa=10.64.0.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],mod_dl_src:aa:bb:cc:dd:ee:ff,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],load:0xaabbccddeeff->NXM_NX_ARP_SHA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xa400001->NXM_OF_ARP_SPA[],IN_PORT
 cookie=0x1020000000000, duration=87052.417s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,arp,arp_tpa=10.64.3.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],mod_dl_src:aa:bb:cc:dd:ee:ff,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],load:0xaabbccddeeff->NXM_NX_ARP_SHA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xa400301->NXM_OF_ARP_SPA[],IN_PORT
 cookie=0x1020000000000, duration=86869.504s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,arp,arp_tpa=10.64.1.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],mod_dl_src:aa:bb:cc:dd:ee:ff,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],load:0xaabbccddeeff->NXM_NX_ARP_SHA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xa400101->NXM_OF_ARP_SPA[],IN_PORT
 cookie=0x1000000000000, duration=87052.601s, table=20, n_packets=8240, n_bytes=346080, idle_age=13, hard_age=65534, priority=190,arp actions=NORMAL
 cookie=0x1000000000000, duration=87052.604s, table=20, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop
 cookie=0x1000000000000, duration=87052.599s, table=21, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,icmp6,icmp_type=135,icmp_code=0 actions=NORMAL
 cookie=0x1000000000000, duration=87052.599s, table=21, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,icmp6,icmp_type=136,icmp_code=0 actions=NORMAL
 cookie=0x1000000000000, duration=87052.599s, table=21, n_packets=35, n_bytes=2490, idle_age=3150, hard_age=65534, priority=200,ipv6,ipv6_dst=ff00::/8 actions=NORMAL
 cookie=0x1000000000000, duration=87052.604s, table=21, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=resubmit(,29)
 cookie=0x1040000000000, duration=87052.582s, table=29, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_dst=169.254.169.252 actions=move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],load:0x1->NXM_NX_REG0[18],resubmit(,30)
 cookie=0x1000000000000, duration=87052.604s, table=29, n_packets=3096511, n_bytes=1445450897, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,30)
 cookie=0x1000000000000, duration=87052.590s, table=30, n_packets=3096511, n_bytes=1445450897, idle_age=0, hard_age=65534, priority=200,ip actions=ct(table=31,zone=65520,nat)
 cookie=0x1000000000000, duration=87052.590s, table=30, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ipv6 actions=ct(table=31,zone=65510,nat)
 cookie=0x1000000000000, duration=87052.590s, table=31, n_packets=194565, n_bytes=18666317, idle_age=1, hard_age=65534, priority=210,ct_state=-new+trk,ct_mark=0x20,ip,reg0=0x1/0xffff actions=resubmit(,42)
 cookie=0x1000000000000, duration=87052.590s, table=31, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=210,ip,reg0=0x2000000/0x3000000 actions=resubmit(,42)
 cookie=0x1000000000000, duration=87052.585s, table=31, n_packets=204499, n_bytes=26250211, idle_age=1, hard_age=65534, priority=200,ct_state=-new+trk,ct_mark=0x20,ip actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,42)
 cookie=0x1040000000000, duration=87052.582s, table=31, n_packets=601192, n_bytes=802121473, idle_age=0, hard_age=65534, priority=200,ct_state=-new+trk,ct_mark=0x21,ip actions=load:0x1->NXM_NX_REG0[19],resubmit(,50)
 cookie=0x1000000000000, duration=87052.590s, table=31, n_packets=33, n_bytes=1782, idle_age=3424, hard_age=65534, priority=190,ct_state=+inv+trk,ip actions=drop
 cookie=0x1040000000000, duration=87052.582s, table=31, n_packets=2079117, n_bytes=597053072, idle_age=0, hard_age=65534, priority=190,ct_state=-new+trk,ip actions=resubmit(,50)
 cookie=0x1000000000000, duration=87052.590s, table=31, n_packets=28437, n_bytes=2105954, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,40),resubmit(,41)
 cookie=0x1040000000000, duration=87052.582s, table=40, n_packets=28437, n_bytes=2105954, idle_age=0, hard_age=65534, priority=0 actions=load:0x1->NXM_NX_REG4[16..18]
 cookie=0x1040000000000, duration=87052.393s, table=41, n_packets=7, n_bytes=518, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.0.1,tp_dst=443 actions=group:6
 cookie=0x1040000000000, duration=87034.043s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.154.34,tp_dst=443 actions=group:4
 cookie=0x1040000000000, duration=87023.888s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.0.10,tp_dst=9153 actions=group:7
 cookie=0x1040000000000, duration=87023.879s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,udp,reg4=0x10000/0x70000,nw_dst=10.0.0.10,tp_dst=53 actions=group:1
 cookie=0x1040000000000, duration=87023.871s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.0.10,tp_dst=53 actions=group:2
 cookie=0x1040000000000, duration=87017.128s, table=41, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg4=0x10000/0x70000,nw_dst=10.0.148.234,tp_dst=443 actions=group:3
 cookie=0x1000000000000, duration=87052.604s, table=41, n_packets=28430, n_bytes=2105436, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,42)
 cookie=0x1040000000000, duration=87052.421s, table=42, n_packets=7, n_bytes=518, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0x2244fe7d,reg4=0x201bb/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=34.68.254.125:443),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87034.050s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa3003e7,reg4=0x2286d/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.48.3.231:10349),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87023.893s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400302,reg4=0x223c1/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.3.2:9153),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87023.884s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,udp,reg3=0xa400302,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.3.2:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87023.876s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400302,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.3.2:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87023.147s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400204,reg4=0x223c1/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.4:9153),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87023.142s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,udp,reg3=0xa400204,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.4:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87023.137s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400204,reg4=0x20035/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.4:53),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=86982.141s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,tcp,reg3=0xa400206,reg4=0x201bb/0x7ffff actions=ct(commit,table=50,zone=65520,nat(dst=10.64.2.6:443),exec(load:0x21->NXM_NX_CT_MARK[]))
 cookie=0x1040000000000, duration=87052.582s, table=42, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=190,reg4=0x20000/0x70000 actions=load:0x1->NXM_NX_REG4[16..18],resubmit(,41)
 cookie=0x1000000000000, duration=87052.604s, table=42, n_packets=427494, n_bytes=47021964, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,50)
 cookie=0x1000000000000, duration=87052.588s, table=50, n_packets=3079373, n_bytes=1444091073, idle_age=0, hard_age=65534, priority=210,ct_state=-new+est,ip actions=resubmit(,61)
 cookie=0x1000000000000, duration=87052.604s, table=50, n_packets=28437, n_bytes=2105954, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,60)
 cookie=0x1000000000000, duration=87052.604s, table=60, n_packets=28437, n_bytes=2105954, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,61)
 cookie=0x1000000000000, duration=87052.604s, table=61, n_packets=3107810, n_bytes=1446197027, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,70)
 cookie=0x1020000000000, duration=87052.417s, table=70, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_dst=10.64.0.0/24 actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,80)
 cookie=0x1020000000000, duration=87052.417s, table=70, n_packets=80828, n_bytes=14311014, idle_age=1, hard_age=65534, priority=200,ip,nw_dst=10.64.3.0/24 actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,80)
 cookie=0x1020000000000, duration=86869.504s, table=70, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_dst=10.64.1.0/24 actions=mod_dl_dst:ee:d4:da:df:75:8a,resubmit(,80)
 cookie=0x1030000000000, duration=87049.707s, table=70, n_packets=5290, n_bytes=2536079, idle_age=18, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.2 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:46:e1:e5:69:99:cd,resubmit(,72)
 cookie=0x1030000000000, duration=87040.579s, table=70, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.3 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:9a:c3:9a:22:be:5e,resubmit(,72)
 cookie=0x1030000000000, duration=87026.699s, table=70, n_packets=7006, n_bytes=1089501, idle_age=16, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.4 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:7a:3a:7b:0e:4f:0b,resubmit(,72)
 cookie=0x1030000000000, duration=86996.003s, table=70, n_packets=304138, n_bytes=770516451, idle_age=0, hard_age=65534, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.6 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:6e:87:1e:61:43:d7,resubmit(,72)
 cookie=0x1030000000000, duration=250.046s, table=70, n_packets=0, n_bytes=0, idle_age=250, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.8 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:e6:ce:67:a0:c7:73,resubmit(,72)
 cookie=0x1030000000000, duration=250.043s, table=70, n_packets=0, n_bytes=0, idle_age=250, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.7 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:a2:f7:e9:f2:fb:9d,resubmit(,72)
 cookie=0x1030000000000, duration=218.834s, table=70, n_packets=0, n_bytes=0, idle_age=218, priority=200,ip,reg0=0x80000/0x80000,nw_dst=10.64.2.9 actions=mod_dl_src:ee:d4:da:df:75:8a,mod_dl_dst:3a:cb:b7:fb:43:a2,resubmit(,72)
 cookie=0x1000000000000, duration=87052.604s, table=70, n_packets=2710443, n_bytes=657462557, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,80)
 cookie=0x1000000000000, duration=87052.596s, table=72, n_packets=316539, n_bytes=774423456, idle_age=0, hard_age=65534, priority=210,ip,reg0=0x1/0xffff actions=resubmit(,80)
 cookie=0x1000000000000, duration=87052.596s, table=72, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip actions=dec_ttl,resubmit(,80)
 cookie=0x1000000000000, duration=87052.604s, table=72, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=resubmit(,80)
 cookie=0x1000000000000, duration=87052.585s, table=80, n_packets=1574186, n_bytes=298347395, idle_age=0, hard_age=65534, priority=200,dl_dst=ee:d4:da:df:75:8a actions=load:0x2->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,105)
 cookie=0x1030000000000, duration=87049.707s, table=80, n_packets=5290, n_bytes=2536079, idle_age=18, hard_age=65534, priority=200,dl_dst=46:e1:e5:69:99:cd actions=load:0x1->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=87040.579s, table=80, n_packets=943294, n_bytes=243904589, idle_age=0, hard_age=65534, priority=200,dl_dst=9a:c3:9a:22:be:5e actions=load:0x3->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=87026.699s, table=80, n_packets=99040, n_bytes=9178162, idle_age=8, hard_age=65534, priority=200,dl_dst=7a:3a:7b:0e:4f:0b actions=load:0x4->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=86996.003s, table=80, n_packets=485819, n_bytes=891942548, idle_age=0, hard_age=65534, priority=200,dl_dst=6e:87:1e:61:43:d7 actions=load:0x6->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=250.046s, table=80, n_packets=0, n_bytes=0, idle_age=250, priority=200,dl_dst=e6:ce:67:a0:c7:73 actions=load:0x7->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=250.043s, table=80, n_packets=0, n_bytes=0, idle_age=250, priority=200,dl_dst=a2:f7:e9:f2:fb:9d actions=load:0x8->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1030000000000, duration=218.834s, table=80, n_packets=0, n_bytes=0, idle_age=218, priority=200,dl_dst=3a:cb:b7:fb:43:a2 actions=load:0x9->NXM_NX_REG1[],load:0x1->NXM_NX_REG0[16],resubmit(,90)
 cookie=0x1000000000000, duration=87052.604s, table=80, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=resubmit(,105)
 cookie=0x1000000000000, duration=87052.588s, table=90, n_packets=1506901, n_bytes=1145870974, idle_age=0, hard_age=65534, priority=210,ct_state=-new+est,ip actions=resubmit(,101)
 cookie=0x1000000000000, duration=87052.585s, table=90, n_packets=26102, n_bytes=1931548, idle_age=2, hard_age=65534, priority=210,pkt_mark=0x1/0x1 actions=resubmit(,105)
 cookie=0x1000000000000, duration=87052.604s, table=90, n_packets=621, n_bytes=47110, idle_age=203, hard_age=65534, priority=0 actions=resubmit(,100)
 cookie=0x1000000000000, duration=87052.604s, table=100, n_packets=621, n_bytes=47110, idle_age=203, hard_age=65534, priority=0 actions=resubmit(,101)
 cookie=0x1000000000000, duration=87052.604s, table=101, n_packets=1507522, n_bytes=1145918084, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,105)
 cookie=0x1000000000000, duration=87052.590s, table=105, n_packets=26407, n_bytes=1955274, idle_age=2, hard_age=65534, priority=200,ct_state=+new+trk,ip,reg0=0x1/0xffff actions=ct(commit,table=106,zone=65520,exec(load:0x20->NXM_NX_CT_MARK[]))
 cookie=0x1000000000000, duration=87052.590s, table=105, n_packets=2030, n_bytes=150680, idle_age=0, hard_age=65534, priority=190,ct_state=+new+trk,ip actions=ct(commit,table=106,zone=65520)
 cookie=0x1000000000000, duration=87052.590s, table=105, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=190,ct_state=+trk,ct_mark=0x21,ip,reg4=0x20000/0x70000 actions=resubmit(,106)
 cookie=0x1000000000000, duration=87052.590s, table=105, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=190,ct_state=+trk,ct_mark=0x21,ipv6,reg4=0x20000/0x70000 actions=resubmit(,106)
 cookie=0x1000000000000, duration=87052.604s, table=105, n_packets=3079373, n_bytes=1444091073, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,106)
 cookie=0x1040000000000, duration=87023.137s, table=106, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_src=10.64.2.4,nw_dst=10.64.2.4 actions=mod_nw_src:169.254.169.252,load:0x1->NXM_NX_REG0[18],resubmit(,110)
 cookie=0x1040000000000, duration=86982.141s, table=106, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ip,nw_src=10.64.2.6,nw_dst=10.64.2.6 actions=mod_nw_src:169.254.169.252,load:0x1->NXM_NX_REG0[18],resubmit(,110)
 cookie=0x1000000000000, duration=87052.604s, table=106, n_packets=3107810, n_bytes=1446197027, idle_age=0, hard_age=65534, priority=0 actions=resubmit(,110)
 cookie=0x1040000000000, duration=87052.582s, table=110, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=210,reg0=0x40000/0x40000 actions=IN_PORT
 cookie=0x1000000000000, duration=87052.593s, table=110, n_packets=3107810, n_bytes=1446197027, idle_age=0, hard_age=65534, priority=200,ip,reg0=0x10000/0x10000 actions=output:NXM_NX_REG1[]
 cookie=0x1000000000000, duration=87052.593s, table=110, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=200,ipv6,reg0=0x10000/0x10000 actions=output:NXM_NX_REG1[]
 cookie=0x1000000000000, duration=87052.604s, table=110, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=0 actions=drop

✗ kubectl -n kube-system exec antrea-agent-gzp5n -- ovs-dpctl show             
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
system@ovs-system:
  lookups: hit:6160512 missed:78526 lost:3
  flows: 23
  masks: hit:68283087 total:17 hit/pkt:10.94
  port 0: ovs-system (internal)
  port 1: antrea-gw0 (internal)
  port 2: npd-v0.8-712b34
  port 3: konnecti-6dd98c
  port 4: coredns--b3752a
  port 5: nginx-de-5dcad4
  port 6: metrics--189d36
  port 7: nginx-de-0b36c4
  port 8: client-da93f1

# NOENCAP mode, the node knows how to route the traffic by routing table.

$ kubectl -n kube-system exec antrea-agent-gzp5n -- ip r
Defaulting container name to antrea-agent.
Use 'kubectl describe pod/antrea-agent-gzp5n -n kube-system' to see all of the containers in this pod.
default via 10.48.0.1 dev ens4 proto dhcp src 10.48.3.230 metric 100 
10.48.0.1 dev ens4 proto dhcp scope link src 10.48.3.230 metric 100 
10.64.2.0/24 dev antrea-gw0 proto kernel scope link src 10.64.2.1 
169.254.123.0/24 dev docker0 proto kernel scope link src 169.254.123.1 linkdown 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment