Hello,
I've got a kubernetes cluster I'm trying to get set up to use BGP for kube-vip routing for the control plane and services.
The k8s node IPs are in the 192.168.227.0/24 range. I'm trying to set a load balancer address range of 10.227.176.0/24.
kube-vip is set with a router ID of 192.168.227.x (depending on node), AS 64513, with a peer of 192.168.227.1 (MikroTik AP) with a peer AS of 64512.
Mikrotik is set with router ID of 192.168.227.1, AS 64512, with remote peers of 192.168.227.x (depending on node) and remote peer AS of 64513.
I'm new to setting up BGP on Mikrotik, what might I be missing here?
TIA