diff --git a/content/blog-posts/2024-07-01-app-level-ebpf-applications/index.md b/content/blog-posts/2024-07-01-app-level-ebpf-applications/index.md new file mode 100644 index 00000000..6ad6888c --- /dev/null +++ b/content/blog-posts/2024-07-01-app-level-ebpf-applications/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-07-01T17:20:05.000Z' +title: 'App-Level eBPF Applications - User vs. Kernel Probes' +ogImage: ogimage.png +description: 'Learn about the two most popular methods for implementing eBPF instrumentation to gain application context in the runtime, by using user-space and kernel probes - and understand how each impacts the application performance and compute cost' +externalUrl: 'https://www.oligo.security/blog/app-level-ebpf-applications' +categories: + - Technology +--- diff --git a/content/blog-posts/2024-07-01-app-level-ebpf-applications/ogimage.png b/content/blog-posts/2024-07-01-app-level-ebpf-applications/ogimage.png new file mode 100644 index 00000000..d375eafc Binary files /dev/null and b/content/blog-posts/2024-07-01-app-level-ebpf-applications/ogimage.png differ diff --git a/content/blog-posts/2024-07-02-unpacking-ebpf/index.md b/content/blog-posts/2024-07-02-unpacking-ebpf/index.md new file mode 100644 index 00000000..7bbf9f9b --- /dev/null +++ b/content/blog-posts/2024-07-02-unpacking-ebpf/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-07-03T17:20:05.000Z' +title: 'Aflevering 59: Unpacking eBPF and Sustainability' +ogImage: ogimage.png +description: 'In deze aflevering legt Alessandro de complexiteit van eBPF-maps uit en hoe ze de beweging van data mogelijk maken' +externalUrl: 'https://www.k8spodcast.nl/afleveringen/aflevering-59-unpacking-ebpf-and-sustainability' +categories: + - Community +--- diff --git a/content/blog-posts/2024-07-02-unpacking-ebpf/ogimage.png b/content/blog-posts/2024-07-02-unpacking-ebpf/ogimage.png new file mode 100644 index 00000000..d32836e5 Binary files /dev/null and b/content/blog-posts/2024-07-02-unpacking-ebpf/ogimage.png differ diff --git a/content/blog-posts/2024-07-03-ebpf-verishifter/index.md b/content/blog-posts/2024-07-03-ebpf-verishifter/index.md new file mode 100644 index 00000000..a5e42bbd --- /dev/null +++ b/content/blog-posts/2024-07-03-ebpf-verishifter/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-07-03T17:20:05.000Z' +title: 'eBPF Network Vershitifier' +ogImage: ogimage.jpeg +description: 'Learn about eBPF Network Vershitifier, a simple ebpf-go application that randomly drops outgoing packets for targeted processes using the eBPF TC filters' +externalUrl: 'https://blog.scottgerring.com/ebpf-network-vershitifier/' +categories: + - Technology +--- diff --git a/content/blog-posts/2024-07-03-ebpf-verishifter/ogimage.jpeg b/content/blog-posts/2024-07-03-ebpf-verishifter/ogimage.jpeg new file mode 100644 index 00000000..c1733269 Binary files /dev/null and b/content/blog-posts/2024-07-03-ebpf-verishifter/ogimage.jpeg differ diff --git a/content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/index.md b/content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/index.md new file mode 100644 index 00000000..2fd00d11 --- /dev/null +++ b/content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-07-05T17:20:05.000Z' +title: 'Talking eBPF and Cilium with Liz Rice' +ogImage: ogimage.jpg +description: 'Liz Rice explains how eBPF works, what benefits and value it offers to enterprises looking to not only consolidate their observability of cloud native platforms and applications but also gain Linux kernel-level security and networking management' +externalUrl: 'https://www.youtube.com/watch?v=fFeBNvociwE' +categories: + - Community +--- diff --git a/content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/ogimage.jpg b/content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/ogimage.jpg new file mode 100644 index 00000000..d162e7c5 Binary files /dev/null and b/content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/ogimage.jpg differ diff --git a/content/blog-posts/2024-07-06-writing-ebpf-tracepoint/index.md b/content/blog-posts/2024-07-06-writing-ebpf-tracepoint/index.md new file mode 100644 index 00000000..2a728c6b --- /dev/null +++ b/content/blog-posts/2024-07-06-writing-ebpf-tracepoint/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-07-06T17:20:05.000Z' +title: 'Writing eBPF Tracepoint Program with Rust Aya: Tips and Example' +ogImage: ogimage.webp +description: 'Learn how to write and run an eBPF Tracepoint program with Rust Aya' +externalUrl: 'https://yuki-nakamura.com/2024/07/06/writing-ebpf-tracepoint-program-with-rust-aya-tips-and-example/' +categories: + - How-To +--- diff --git a/content/blog-posts/2024-07-06-writing-ebpf-tracepoint/ogimage.webp b/content/blog-posts/2024-07-06-writing-ebpf-tracepoint/ogimage.webp new file mode 100644 index 00000000..e8f600b0 Binary files /dev/null and b/content/blog-posts/2024-07-06-writing-ebpf-tracepoint/ogimage.webp differ