Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k3s: use cilium with BGP #2483

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

k3s: use cilium with BGP #2483

wants to merge 1 commit into from

Conversation

berendt
Copy link
Member

@berendt berendt commented Sep 25, 2024

No description provided.

Signed-off-by: Christian Berendt <[email protected]>
@berendt
Copy link
Member Author

berendt commented Sep 25, 2024

Depends on techno-tim/k3s-ansible#579

@berendt
Copy link
Member Author

berendt commented Sep 25, 2024

TODO:

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

@berendt
Copy link
Member Author

berendt commented Sep 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant