Upgrade to Pro — share decks privately, control downloads, hide ads and more …

KCD Lima: eBee in Peru!

KCD Lima: eBee in Peru!

Drawing parallels between eBPF/Cloud Native and Inca technologies

Avatar for Liz Rice

Liz Rice

July 23, 2025
Tweet

More Decks by Liz Rice

Other Decks in Technology

Transcript

  1. ¡Hola! Me llamo Liz 👋 • Open source and community

    at Isovalent, now part of Cisco • Author Learning eBPF & Container Security • Formerly CNCF Governing Board, chair of Technical Oversight Committee • Early career writing network protocol code
  2. userspace kernel app eBPF program eBPF Verifier system calls -

    safely run custom code in the kernel 🔍
  3. ✅ Open Source, many contributors ✅ Field-hardened The verifier is

    software too Much reduced chance of a kernel crash
  4. Incas built incredible things together Ayni - reciprocal work Mita

    - required work on state projects Minka - work for the benefit of the community
  5. eBPF is the foundation for powerful Cloud Native tools for

    networking, observability and security
  6. Chasquis - messenger runners Fit and trained to run long

    distances Relay system - up to 300km / day Incas had networking
  7. apiVersion: cilium.io/v1alpha1 kind: TracingPolicy metadata: name: "inca" spec: kprobes: -

    call: "security_file_permission" ... selectors: - matchArgs: - index: 0 operator: "Equal" values: - "/lost_city_of_inca.txt" matchActions: - action: Sigkill 🚀 process 021c177557f5 /usr/bin/cat /lost_city_of_inca.txt 📚 read 021c177557f5 /usr/bin/cat /lost_city_of_inca.txt 💥 exit 021c177557f5 /usr/bin/cat /lost_city_of_inca.txt SIGKILL Did the Incas have Tetragon?