liornoy / static-routes-with-bfd

Example for setting up BFD connection between Kubernetes cluster and external container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-rotutes-with-bfd

This repository is integration-like work that walks through the process of setting up a BFD (Bidirectional Forwarding Detection) connection between a kind cluster and external containers. The BFD is established using FRR (Free Range Routing).

There are two versions for this setup:

sameNetwork -

Connection between two nodes and one external docker container - while all on the same network.

diffNetworks -

Connection between two nodes on one sub-network, and two external containers on different sub-network, and using middle container which functions like a next-hop router.

About

Example for setting up BFD connection between Kubernetes cluster and external container

License:MIT License


Languages

Language:Shell 100.0%