eBPF を始める
- Lab を試す
Lab を試す
この Lab では、 Liz Rice の opensnoop の例を使って、 eBPF のツールの使い方、それらのコンポーネントがロードされる様子、eBPF のコードに独自のトレーシングを追加する方法について学べます。
- 本を読む
本を読む
Liz Rice による、O’Reilly 社から発売されている “What is eBPF” や “Learning eBPF”、Brendan Gregg による “BPF Performance Tools” を読んでみましょう。これらの本を通して、あなたは eBPF がどのようなものか・なぜ eBPF が強力なのか・eBPF が提供する機能を学べます。
- 動画を見る
動画を見る
John Fastabend による eBPF の歴史を見てみましょう。このセッションは 2014年の「黎明期」からはじまり、当時の Linux のネットワーキングに関わる主要なプロジェクトや、企業・開発者らがどのように eBPF を創り上げたかを学べます。
週刊の eCHO News - eBPF を購読する
eBPF と Cilium コミュニティからの最新ニュースや情報を入手する。
業界の専門家が書いた eBPF の本から学ぶ
- What is eBPF? Liz Rice, O’Reilly, 2022
- Systems Performance: Enterprise and the Cloud, 2nd Edition, Brendan Gregg, Addison-Wesley Professional Computing Series, 2020
- BPF Performance Tools, Brendan Gregg, Addison-Wesley Professional Computing Series, Dec 2019
- Linux Observability with BPF, David Calavera, Lorenzo Fontana, O’Reilly, Nov 2019
- Learning eBPF O’Reilly book by Liz Rice
専門家から学ぶためにeBPFのイベントに参加する。

Conference
Linux Plumbers Conference 2025
For the sixth year in a row, the eBPF & Networking Track is going to bring together developers, maintainers, and other contributors from all around the globe to discuss improvements to the Linux kernel’s networking stack as well as BPF subsystem and their surrounding user space ecosystems such libraries, loaders, compiler backends, and other related system tooling.
Tokyo, Japan

Conference
SIGCOMM eBPF Workshop 2025
ACM SIGCOMM is the flagship academic conference in the field of networking. This year's ACM SIGCOMM conference is hosting the third eBPF workshop.
Coimbra, Portugal

Conference
Linux Kernel Developers' bpfconf 2025
bpfconf is an invitation-only technical workshop run by the Linux community in order to bring BPF core developers together, to discuss new ideas and to work out improvements to the BPF subsystem. The 2025 edition of bpfconf will be part of the LSF/MM/BPF summit.
Montreal, Canada
eBPF 紹介動画
コミュニティの記事で更にeBPFについて学ぶ

Technology23 Apr, 2025
Why Does My eBPF Program Work on One Kernel but Fail on Another?
Learn how to make eBPF programs portable across different Linux kernels using BPF CO-RE and BTF, and discover techniques for supporting systems without built-in BTF by embedding external BTF data.

Community01 Apr, 2025
eBPF Announces Support for Tolkien Ring
eBPF revives Tolkien Ring, proving even ancient networks can be rebuilt better

Technology27 Mar, 2025
What If CI/CD Pipelines Had Built-in Security and Observability with eBPF?
Learn how eBPF can add real-time security and observability to CI/CD pipelines like GitHub Actions, helping detect exploits and optimize workflows execution time.