You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
Since the flannel udp backend is only supposed to be used for debug purposes investigate what it takes to switch to vxlan.
So far we have performed the following tests
outer inner bosh k8s
vxlan udp works works
vxlan vxlan works !cross-node only ping
vxlan host-gw works !cross-node
udp udp works ?
host-gw vxlan !cross-node (tested on was)
Which show vxlan vxlan is closest to working (at least works cross az).
We observed the following behaviour
accessing coredns via cluster ip only works sometimes (probably when it routes to the same zone):
ping works across all zones:
nc can connect but dig does not work:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since the flannel udp backend is only supposed to be used for debug purposes investigate what it takes to switch to vxlan.
So far we have performed the following tests
Which show vxlan vxlan is closest to working (at least works cross az).
We observed the following behaviour
![tmux_-u__tmux_](https://user-images.githubusercontent.com/380697/66816533-892bc700-ef3a-11e9-8a84-f9323a42ad8f.png)
accessing coredns via cluster ip only works sometimes (probably when it routes to the same zone):
ping works across all zones:
![tmux_-u__tmux_ (1)](https://user-images.githubusercontent.com/380697/66816564-96e14c80-ef3a-11e9-916a-ef01eb7f0b53.png)
nc
can connect butdig
does not work:The text was updated successfully, but these errors were encountered: