Skip to content

cassamajor/xcnf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup eBPF Development Environment

  1. Download OrbStack
  2. Create an Ubuntu Virtual Machine named ebpf, and provide config/cloud-init.yaml to automatically install dependencies
    orb create ubuntu ebpf -c config/cloud-init.yaml
  3. Access the Linux Virtual Machine
    orb
  4. View the examples directory, which contains instructions on how to compile the eBPF program and run the eBPF application.
    • The eBPF program, compiled bytecode, and required headers are located in the bytecode directory.
    • The eBPF application that runs in user space is located in the parent directory.
  5. Teardown the Linux Virtual Machine
    orb delete ebpf

About

eBPF Playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages