Cilium - It's still just BGP...
Cilium - It’s still just BGP… Continuing on my Cilium journey, here is what the Cilium BGP config for my lab looks like at the moment. Like (basically?) everything else in kubernetes, the BGP config is also specified in YAML. In my lab all of my BGP config exists in a single YAML file that contains multiple YAML documents, with each YAML document being separated by 3 dashes ---. The first YAML document is of the kind CiliumBGPClusterConfig, and it should be mostly self-explanatory as long as you’ve worked with BGP on a ’traditional’ network device 🙂 I have a single BGP instance, called instance-65010, using the ASN 65010 with a single BGP peer with the name dc-switch with IP 192....