diff --git a/docs/docs/events/overview.md b/docs/docs/events/overview.md index f19472ad4fb0..1259a20da528 100644 --- a/docs/docs/events/overview.md +++ b/docs/docs/events/overview.md @@ -141,3 +141,10 @@ You can view the list of available events and their schema by running `tracee li [filters]: ../../filters/filtering [policies]: ../../policies + +## Video Content + +If you are curious to learn more about the Tracee Events architecture and related decision making, then have a look at the following video Q&A: + +Everything is an Event in Tracee + [![Watch the video](../../images/liveqa.png)](https://www.youtube.com/live/keqVe4d71uk?si=OTbVxgWsFBtdqEMW) diff --git a/docs/docs/policies/index.md b/docs/docs/policies/index.md index dcb131e84111..d49a89cec6f9 100644 --- a/docs/docs/policies/index.md +++ b/docs/docs/policies/index.md @@ -46,3 +46,9 @@ While specifying event filters is optional, policies must have the `name`, `desc Note that currently only one rule can be defined per any event type in a policy More information about defining a scope and the available filters can be found in the next sections. + +## Video Content + + Tracking Kubernetes activity with eBPF and Tracee Policies + + [![Watch the video](../../images/traceepolicies.png)](https://youtu.be/VneWxs9Jpu0?si=eAnRDJVZShhg_td0) diff --git a/docs/getting-started/kubernetes-quickstart.md b/docs/getting-started/kubernetes-quickstart.md index 7d3d21cd96df..f02a496c3a4d 100644 --- a/docs/getting-started/kubernetes-quickstart.md +++ b/docs/getting-started/kubernetes-quickstart.md @@ -197,3 +197,11 @@ Read other [tutorials](./../tutorials/overview.md). For help and support, feel free to use [GitHub Discussions](https://github.com/aquasecurity/tracee/discussions). + +## Video Content + +If you prefer a video version of the Kubernetes installation guide, have a look at the following video: + + Getting started with eBPF in Kubernetes - Tracee Installation Guide + + [![Watch the video](../images/ebpftraceehelminstall.png)](https://youtu.be/YQdEvf2IS9k?si=LhQM0CI8_QKvOCeK) diff --git a/docs/images/ebpftraceehelminstall.png b/docs/images/ebpftraceehelminstall.png new file mode 100644 index 000000000000..b3f471e4e64a Binary files /dev/null and b/docs/images/ebpftraceehelminstall.png differ diff --git a/docs/images/liveqa.png b/docs/images/liveqa.png new file mode 100644 index 000000000000..f4422d0f8487 Binary files /dev/null and b/docs/images/liveqa.png differ diff --git a/docs/images/lokitut.png b/docs/images/lokitut.png new file mode 100644 index 000000000000..830a97b27248 Binary files /dev/null and b/docs/images/lokitut.png differ diff --git a/docs/images/traceepolicies.png b/docs/images/traceepolicies.png new file mode 100644 index 000000000000..8ef70e847203 Binary files /dev/null and b/docs/images/traceepolicies.png differ diff --git a/docs/tutorials/promtail.md b/docs/tutorials/promtail.md index 94f0bf15e546..f4e416e8b4dd 100644 --- a/docs/tutorials/promtail.md +++ b/docs/tutorials/promtail.md @@ -2,6 +2,12 @@ This tutorial will showcase how to install and configure promtail, loki, grafana and prometheus to then access Tracee logs from the cluster in Grafana. +If you prefer the video tutorial, check out the tutorial below on the Aqua Open Source YouTube channel: + + Grafana Loki to access Tracee logs + [![Watch the video](../images/lokitut.png)](https://youtu.be/mMC9-yzbgpE?si=6C0emOEJJ5K4ACqB) + + ## Prerequisites Please make sure to have