Minikube
https://github.com/lftraining/MWC
linux foundation training
minikube start –driver=podman –cpus=4 –memory=8192
eBPF monitor
sudo dnf install bpftool
https://dev.to/maheshrayas/-intro-into-ebpf-and-rust-l2m
eBPF is a technology that allows developers to run safe, sandboxed programs in the Linux kernel. These programs can be used for networking, observability, and security, without modifying kernel source code or loading kernel modules.
eBPF runs inside a restricted virtual machine in the kernel — somewhat like how WebAssembly (WASM) or the JVM operates in userspace — ensuring safety and control over what the program can do.sudo
Probe BPF system capabilities. This command queries the kernel for supported BPF features; look for “supported” on key items like bpf_syscall, map types, and program types. Some may be restricted to only root users.
| Estás leyendo una vista previa.
Inicia sesión con Google para leer la página completa. Sigue el itinerario de aprendizaje — cada página se desbloquea cuando has leído las que la preceden. El alumnado y el profesorado leen las páginas de su curso sin límite.
Iniciar sesión