Kube-router
See kube-router documentation.
Kube-router runs its pods as a in the kube-system
namespace:
- Check the status of kube-router pods
- IPVS: via
ipvsadm
- BGP peering and routing info: via
You need to kubectl exec -it ...
into a kube-router container to use these, see for details.
You can change the default configuration by overriding kube_router_...
variables(as found at ),these are named to follow kube-router
command-line options as perhttps://www.kube-router.io/docs/user-guide/#try-kube-router-with-cluster-installers.
If you have other networking devices or SDN systems that talk BGP, kube-router will fit in perfectly.From a simple full node-to-node mesh to per-node peering configurations, most routing needs can be attained.The configuration is Kubernetes native (annotations) just like the rest of kube-router.
For more details please refer to the .