testbed icon indicating copy to clipboard operation
testbed copied to clipboard

k3s: use cilium with BGP

Open berendt opened this issue 1 year ago • 3 comments

berendt avatar Sep 25 '24 19:09 berendt

Depends on https://github.com/techno-tim/k3s-ansible/pull/579

berendt avatar Sep 25 '24 19:09 berendt

TODO:

  • [ ] make kubevip usable
  • [ ] add frr services on all nodes
  • [ ] add back k3s on the manager node

berendt avatar Sep 25 '24 19:09 berendt

Already works on testbed-manager:

172.31.252.0 nhid 126 proto bgp metric 20
        nexthop via 192.168.128.14 dev vxlan1 weight 1
        nexthop via 192.168.128.10 dev vxlan1 weight 1
        nexthop via 192.168.128.13 dev vxlan1 weight 1
        nexthop via 192.168.128.12 dev vxlan1 weight 1
        nexthop via 192.168.128.15 dev vxlan1 weight 1
        nexthop via 192.168.128.11 dev vxlan1 weight 1
dragon@testbed-manager:~$ kubectl get service -n nginx
NAME    TYPE           CLUSTER-IP     EXTERNAL-IP    PORT(S)        AGE
nginx   LoadBalancer   10.43.247.63   172.31.252.0   80:30685/TCP   29m

berendt avatar Sep 25 '24 19:09 berendt