Skip to content

Commit

Permalink
chore: add blogs (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktivist123 authored Jul 8, 2024
1 parent e2ce3d6 commit e8a61ab
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-07-02-unpacking-ebpf/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-07-03-ebpf-verishifter/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-07-05-ebpf-cilium-liz-rice/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
---
Binary file not shown.

0 comments on commit e8a61ab

Please sign in to comment.