Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

eBPF Programs

In this directory are stored the eBPF programs that can be managed with CB-Manager. Each folder contains a set of programs developed for a specific use case, included the json definitions to load the program in polycube. An internal subfolder contains the json definitions to load the eBPF programs in the corresponding catalog of the CB-Manager.

Instruction

  1. Create a new directory for a new eBPF program.

  2. To insert the eBPF program in the ASTRID Catalog please see the related CB-Manager documentation.

  3. To deploy a new instance of the eBPF program available in the ASTRID Catalog please see the related CB-Manager documentation.

Docker images

To start the eBPF program in a Docker image using a Polycube installation, the steps are:

  1. Get and run the docker image following the Polycube documentation.
  2. Follow the documentation to configure the Polycube instance.
  3. Deploy the eBPF program in the Polycube instance using the Dynmon service.