Skip to content

Commit a682a3e

Browse files
annaindistressmtardy
authored andcommitted
refactor: move video data to data folder, add default cover
Signed-off-by: Anna Artemova <annartmva@gmail.com>
1 parent 5f4c31a commit a682a3e

File tree

8 files changed

+107
-19
lines changed

8 files changed

+107
-19
lines changed

docs/content/en/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ <h2 class="title videos__title">
478478
<ul class="videos__list">
479479
<li>
480480
<a href="https://www.youtube.com/watch?v=u8HKg5pENj4" target="_blank" rel="noopener noreferrer">
481-
<img src="/images/cover-log4shell.jpg" width="640" height="360" loading="lazy" alt="youtube video cover of log4shell presentation">
481+
<img src="/images/video-preview/the-next-log4jshell.jpg" width="640" height="360" loading="lazy" alt="youtube video cover of log4shell presentation">
482482
<h3>
483483
The Next Log4jshell?! Preparing for CVEs with eBPF!
484484
</h3>
@@ -490,7 +490,7 @@ <h3>
490490
</li>
491491
<li>
492492
<a href="https://www.youtube.com/watch?v=kTGU-Nc2Db0" target="_blank" rel="noopener noreferrer">
493-
<img src="/images/cover-workshop.jpg" width="640" height="360" loading="lazy" alt="youtube video cover of Tetragon workshop presentation">
493+
<img src="/images/video-preview/getting-familiar-with-security-observability.jpg" width="640" height="360" loading="lazy" alt="youtube video cover of Tetragon workshop presentation">
494494
<h3>
495495
Tutorial: Getting Familiar with Security Observability Using eBPF & Cilium Tetragon
496496
</h3>
@@ -502,7 +502,7 @@ <h3>
502502
</li>
503503
<li>
504504
<a href="https://www.youtube.com/watch?v=UBVTJ0LeXxc" target="_blank" rel="noopener noreferrer">
505-
<img src="/images/cover-securing-bpf.jpg" width="384" height="215" loading="lazy" alt="youtube video cover of eBPF presentation">
505+
<img src="/images/video-preview/securing-the-superpowers.jpg" width="384" height="215" loading="lazy" alt="youtube video cover of eBPF presentation">
506506
<h3>
507507
Securing the Superpowers: Who Loaded That EBPF Program?
508508
</h3>

docs/content/en/docs/resources/_index.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@ description: "Additional resources to learn about Tetragon"
66

77
### Conference talks
88

9-
| Title | Authors | Conference | Date |
10-
| ----- | ------- | ---------- | ---- |
11-
| [What Agent to Trust with Your K8s: Falco, Tetragon or KubeArmor?](https://www.youtube.com/watch?v=jjjJPPX15Eo) | Henrik Rexed | Kubecon NA | 2024 |
12-
| [eBPF-based, Kubernetes-native: observability & security with Tetragon](https://www.youtube.com/watch?v=xqKp6GfMuic) | Anna Kapuścińska | TechSpot | 2024 |
13-
| [Past, Present, Future of Tetragon- First Production Use Cases, Lessons Learnt, Where Are We Heading? ](https://youtu.be/2BIe4VmSYyQ) | John Fastabend & Natália Réka Ivánkó | KubeCon EU | 2023 |
14-
| [eBPF and Kubernetes — Better Together! Observability and Security with Tetragon](https://youtu.be/oU7dPKoVfm4) | Anna Kapuścińska & James Laverack | Kubernetes Community Days UK | 2023 |
15-
| [The Next Log4jshell?! Preparing for CVEs with eBPF!](https://youtu.be/u8HKg5pENj4) | John Fastabend & Natália Réka Ivánkó | KubeCon EU | 2023 |
16-
| [Tutorial: Getting Familiar with Security Observability Using eBPF & Cilium Tetragon](https://youtu.be/kTGU-Nc2Db0) | Duffie Cooley & Raphaël Pinson | KubeCon EU | 2023 |
17-
| [Securing the Superpowers: Who Loaded That eBPF Program?](https://www.youtube.com/watch?v=UBVTJ0LeXxc) | John Fastabend & Natália Réka Ivánkó | Cloud Native SecurityCon NA | 2023 |
18-
| [Container Security and Runtime Enforcement with Tetragon](https://www.youtube.com/watch?v=fw40ROmswbM) | Djalal Harouni | eBPF Summit | 2022 |
19-
| [You and Your Security Profiles; Generating Security Policies with the Help of eBPF](https://www.youtube.com/watch?v=EhQI1qPVb0E) | John Fastabend & Natália Réka Ivánkó | eBPF Day North America | 2022 |
20-
| [eBPF for Runtime Security](https://www.youtube.com/watch?v=maP3ceTjugk) | Liz Rice | ContainerDays | 2022 |
21-
| [Real Time Security - eBPF for Preventing attacks](https://www.youtube.com/watch?v=Xs3MBK17kCk) | Liz Rice | Cloud Native SecurityCon EU | 2022 |
22-
| [Keeping your cluster safe from attacks with eBPF](https://www.youtube.com/watch?v=agN68U8x1go) | Jed Salazar & Natália Réka Ivánkó | eBPF Summit | 2021 |
23-
| [Uncovering a Sophisticated Kubernetes Attack in Real Time Part II.](https://www.oreilly.com/library/view/infrastructure-ops/0636920625377/video335775.html) | Jed Salazar & Natália Réka Ivánkó | O'Reilly Superstream Series, Infrastructure & Ops | 2021 |
24-
| [Uncovering a Sophisticated Kubernetes Attack in Real-Time](https://www.youtube.com/watch?v=bohnofE_dvw) | Jed Salazar & Natália Réka Ivánkó | KubeCon EU | 2020 |
9+
{{< video-table >}}
2510

2611
### Book
2712

docs/data/videos.yaml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
videoContent:
2+
- title: "What Agent to Trust with Your K8s: Falco, Tetragon or KubeArmor?"
3+
youtubeID: "jjjJPPX15Eo"
4+
authors: "Henrik Rexed"
5+
conference: "Kubecon NA"
6+
date: "2024"
7+
- title: "eBPF-based, Kubernetes-native: observability & security with Tetragon"
8+
youtubeID: "xqKp6GfMuic"
9+
authors: "Anna Kapuścińska"
10+
conference: "TechSpot"
11+
date: "2024"
12+
- title: "Past, Present, Future of Tetragon- First Production Use Cases, Lessons Learnt, Where Are We Heading?"
13+
youtubeID: "2BIe4VmSYyQ"
14+
authors: "John Fastabend & Natália Réka Ivánkó"
15+
conference: "KubeCon EU"
16+
date: "2023"
17+
- title: "eBPF and Kubernetes — Better Together! Observability and Security with Tetragon"
18+
youtubeID: "oU7dPKoVfm4"
19+
authors: "Anna Kapuścińska & James Laverack"
20+
conference: "Kubernetes Community Days UK"
21+
date: "2023"
22+
- title: "The Next Log4jshell?! Preparing for CVEs with eBPF!"
23+
youtubeID: "u8HKg5pENj4"
24+
preview: "/images/video-preview/the-next-log4jshell.jpg"
25+
authors: "John Fastabend & Natália Réka Ivánkó"
26+
conference: "KubeCon EU"
27+
date: "2023"
28+
- title: "Tutorial: Getting Familiar with Security Observability Using eBPF & Cilium Tetragon"
29+
youtubeID: "kTGU-Nc2Db0"
30+
preview: "/images/video-preview/getting-familiar-with-security-observability.jpg"
31+
authors: "Duffie Cooley & Raphaël Pinson"
32+
conference: "KubeCon EU"
33+
date: "2023"
34+
- title: "Securing the Superpowers: Who Loaded That eBPF Program?"
35+
youtubeID: "UBVTJ0LeXxc"
36+
preview: "/images/video-preview/securing-the-superpowers.jpg"
37+
authors: "John Fastabend & Natália Réka Ivánkó"
38+
conference: "Cloud Native SecurityCon NA"
39+
date: "2023"
40+
- title: "Container Security and Runtime Enforcement with Tetragon"
41+
youtubeID: "fw40ROmswbM"
42+
authors: "Djalal Harouni"
43+
conference: "eBPF Summit"
44+
date: "2022"
45+
- title: "You and Your Security Profiles; Generating Security Policies with the Help of eBPF"
46+
youtubeID: "EhQI1qPVb0E"
47+
authors: "John Fastabend & Natália Réka Ivánkó"
48+
conference: "eBPF Day North America"
49+
date: "2022"
50+
- title: "eBPF for Runtime Security"
51+
youtubeID: "maP3ceTjugk"
52+
authors: "Liz Rice"
53+
conference: "ContainerDays"
54+
date: "2022"
55+
- title: "Real Time Security - eBPF for Preventing attacks"
56+
youtubeID: "Xs3MBK17kCk"
57+
authors: "Liz Rice"
58+
conference: "Cloud Native SecurityCon EU"
59+
date: "2022"
60+
- title: "Keeping your cluster safe from attacks with eBPF"
61+
youtubeID: "agN68U8x1go"
62+
authors: "Jed Salazar & Natália Réka Ivánkó"
63+
conference: "eBPF Summit"
64+
date: "2021"
65+
- title: "Uncovering a Sophisticated Kubernetes Attack in Real Time Part II."
66+
url: "https://www.oreilly.com/library/view/infrastructure-ops/0636920625377/video335775.html"
67+
authors: "Jed Salazar & Natália Réka Ivánkó"
68+
conference: "O'Reilly Superstream Series, Infrastructure & Ops"
69+
date: "2021"
70+
- title: "Uncovering a Sophisticated Kubernetes Attack in Real-Time"
71+
youtubeID: "bohnofE_dvw"
72+
authors: "Jed Salazar & Natália Réka Ivánkó"
73+
conference: "KubeCon EU"
74+
date: "2020"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>Title</th>
5+
<th>Authors</th>
6+
<th>Conference</th>
7+
<th>Date</th>
8+
</tr>
9+
</thead>
10+
<tbody>
11+
{{ range .Site.Data.videos.videoContent }}
12+
<tr>
13+
<td>
14+
{{ if .youtubeID }}
15+
<a href="https://www.youtube.com/watch?v={{ .youtubeID }}" target="_blank" rel="noopener noreferrer">{{
16+
.title }}</a>
17+
{{ else if .url }}
18+
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer">{{ .title }}</a>
19+
{{ else }}
20+
{{ .title }}
21+
{{ end }}
22+
</td>
23+
<td>{{ .authors }}</td>
24+
<td>{{ .conference }}</td>
25+
<td>{{ .date }}</td>
26+
</tr>
27+
{{ end }}
28+
</tbody>
29+
</table>
34.6 KB
Loading

docs/static/images/cover-workshop.jpg renamed to docs/static/images/video-preview/getting-familiar-with-security-observability.jpg

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)