Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.