Skip to content

Commit

Permalink
docs: add YouTube tutorials on Tracee to the respective docs pages (#…
Browse files Browse the repository at this point in the history
…3545)

commit: 7bf5707 (main), cherry-pick
  • Loading branch information
AnaisUrlichs authored and rafaeldtinoco committed Oct 18, 2023
1 parent ab720ba commit 95ac83f
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/events/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions docs/docs/policies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 8 additions & 0 deletions docs/getting-started/kubernetes-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file added docs/images/ebpftraceehelminstall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/liveqa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/lokitut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/traceepolicies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/tutorials/promtail.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95ac83f

Please sign in to comment.