testbed
testbed copied to clipboard
k3s: use cilium with BGP
Depends on https://github.com/techno-tim/k3s-ansible/pull/579
TODO:
- [ ] make kubevip usable
- [ ] add frr services on all nodes
- [ ] add back k3s on the manager node
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