Skip to content

hanapedia/cndw-local-bgp-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC project for Local BGP

CNDW2025の発表のデモで使う PoC です。

デモで見せる環境

  • Cilium の BGP CP を使った L4LB 構成。
  • agent は上流スイッチと直接ピアリング。
  • Cilium の BGP CP で Pod CIDR の広報と native routing を有効化。
  • サイドカーモデルで BIRD を起動。
  • L4LB も有効化。

Other examples

  1. BGP を使った L4LB (Metallb CP):
    • Cilium の metallb integration を使った L4LB 構成。
    • agent は上流スイッチと直接ピアリング。
  2. Cilium L4LB w/ DSR & maglev
    • Cilium の BGP CP を使った L4LB と Pod 間通信。
    • L4LB は追加で DSR と maglev を有効化。

Prerequisite

下記をお好きな方法でインストールしてください。

Running the demo projects

BGP を使った L4LB

cd demo1-cilium-l4lb
# 起動
# 初回は起動前にコンテナイメージのビルドと Cilium のマニフェスト生成が走ります
make deploy
# L4LB 動作確認
make test
# 破棄
make destroy

BGP を使った Pod 間通信

cd demo2-cilium-l4lb-podcidr-sidecar
# 起動
# 初回は起動前にコンテナイメージのビルドと Cilium のマニフェスト生成が走ります
make deploy
# L4LB 動作確認
make test
# 破棄
make destroy

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors