Skip to content

Instantly share code, notes, and snippets.

@thedebugger
Last active June 3, 2022 05:26
Show Gist options
  • Save thedebugger/b22e494c83569fe21137b36faea0f303 to your computer and use it in GitHub Desktop.
Save thedebugger/b22e494c83569fe21137b36faea0f303 to your computer and use it in GitHub Desktop.
envoy pprof + ebpf + gke
* https://cloud.google.com/container-optimized-os/docs/how-to/toolbox
* https://blog.container-solutions.com/ebpf-cloud-native-tools-an-overview-of-falco-inspektor-gadget-hubble-and-cilium
* https://github.com/iovisor/kubectl-trace
* https://github.com/iovisor/bpftrace
* https://blog.aquasec.com/vmlinux.h-ebpf-programs
* https://www.brendangregg.com/BPF/bpf_performance_tools_book.png
* https://github.com/envoyproxy/envoy/blob/main/bazel/PPROF.md
* https://kubernetes.io/blog/2017/12/using-ebpf-in-kubernetes/
* https://github.com/iovisor/kubectl-trace
* https://cloud.google.com/profiler/docs/profiling-java
* https://www.collabora.com/news-and-blog/blog/2019/04/26/an-ebpf-overview-part-3-walking-up-the-software-stack/
* https://blog.px.dev/ebpf-openssl-tracing/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment