This repository contains the eBPF (Extended Berkeley Packet Filter) Kumon project.
git clone https://github.com/abwqr/ebpf-kumon.gitNavigate to the docker-elk directory and run the following commands:
cd docker-elk
docker-compose up setup
docker-compose upNavigate to the filebeat directory in the project folder and run the following command. The current image is amd64 compatible.
cd ../filebeat
docker-compose upNavigate to the commands/setup directory and run the install.sh script to install all the required packages.
cd ../../commands/setup
bash install.shMake sure you have the following installed:
Note: Kind is used to create multiple nodes on the same machine.