forked from falcosecurity-retire/katacoda-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
falco-pathway.json
21 lines (21 loc) · 888 Bytes
/
falco-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"title": "Falco",
"description": "Learn the basics of Falco",
"courses": [
{
"course_id": "falco",
"title": "Container runtime security with Falco",
"description": "Learn how to use Falco to detect anomalous behaviour and create your own container security policy"
},
{
"course_id": "forensics-k8s",
"title": "Practical example of Kubernetes runtime security with Falco",
"description": "This scenario teaches you how to use Falco for container forensics on a Kubernetes cluster"
},
{
"course_id": "falco-falcosidekick",
"title": "Falcosidekick: Blocking security threats with Falco Response Engine",
"description": "This scenario teaches you how to use Falcosidekick Response Engine on a Kubernetes cluster"
}
]
}