https://github.com/cycoresystems/kube-bgp
Kubernetes BGP controller
https://github.com/cycoresystems/kube-bgp
Last synced: about 2 months ago
JSON representation
Kubernetes BGP controller
- Host: GitHub
- URL: https://github.com/cycoresystems/kube-bgp
- Owner: CyCoreSystems
- License: apache-2.0
- Created: 2020-09-14T19:38:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T19:38:44.000Z (almost 6 years ago)
- Last Synced: 2026-01-27T14:48:32.340Z (5 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kube-BGP
Kube-BGP is a simple iBGP mesh wrapper for GoBGP which generates and maintains
the GoBGP configuration for the current state of the kubernetes cluster.
Nodes may be designated as route reflectors, in which case they will peer to
specified external BGP endpoints, reflecting all internal routes.
Kube-BGP is dual-stack capable, but in the event of an IPv6-only cluster, you
must manually supply the router-id annotation for each node. You may
_optionally_ supply one for IPv4 or dual-stack clusters, in which case the
supplied router-id will be used instead of the auto-detected one.