Skip to content

Instantly share code, notes, and snippets.

@flrichar
Last active March 27, 2022 16:27
Show Gist options
  • Select an option

  • Save flrichar/916c6868ec55efcdd18568e5b083b780 to your computer and use it in GitHub Desktop.

Select an option

Save flrichar/916c6868ec55efcdd18568e5b083b780 to your computer and use it in GitHub Desktop.
connect docker container to openvswitch
docker run -itd --name frr --net=none --privileged frr-buster:20191120
ovs-docker add-port kvm1 eth0 frr --macaddress="00:16:3e:49:ae:fb"
sudo ovs-docker add-port kvm1 eth0 frr --macaddress="00:16:3e:49:ae:fb"
docker exec -it frr vtysh
cruddy bridging is cruddy.
use ovs with docker ... above was FRR example
ovs-docker command makes it possible
now can we use something like k3d + ovs instead of the default bridge network it creates?
@flrichar
Copy link
Copy Markdown
Author

more options for connecting in-cluster resources to out-of-cluster resources ...
weave for example shares some qualities with bgp

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