Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyaillet/lab-cilium-bgp
A simple reproduction of the lab presented here: https://www.youtube.com/watch?v=AXTKS0WCXjE
https://github.com/pyaillet/lab-cilium-bgp
bgp cilium containerlab kind
Last synced: 24 days ago
JSON representation
A simple reproduction of the lab presented here: https://www.youtube.com/watch?v=AXTKS0WCXjE
- Host: GitHub
- URL: https://github.com/pyaillet/lab-cilium-bgp
- Owner: pyaillet
- Created: 2023-11-18T13:47:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T14:48:52.000Z (about 1 year ago)
- Last Synced: 2024-10-22T22:51:11.994Z (2 months ago)
- Topics: bgp, cilium, containerlab, kind
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lab Cilium BGP
A simple reproduction of the lab presented [here](https://www.youtube.com/watch?v=AXTKS0WCXjE) to be able to test some complementary things.
## Pre-requisites
You should have the following tools installed (make sure to also check their pre-requisites):
- [docker](https://docs.docker.com/engine/install/)
- [containerlab](https://containerlab.dev/install/)
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
- [cilium-cli](https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/#install-the-cilium-cli)## How to use
All the steps are described in the `Makefile`, just type `make` to initialize the lab.
When you're done, use `make clean` to remove the lab.