βΈοΈKubernetes Runtime Security with Falco Labs
π― Objective
π§° Prerequisites
πΉ Lab 1: Install Falco using Helm
helm repo add falcosecurity https://falcosecurity.github.io/charts
helm repo updatehelm install --replace falco --namespace falco --create-namespace --set tty=true falcosecurity/falcoπΉ Lab 2: Check Falco is Running
πΉ Lab 3: Trigger Suspicious Activities
Step 1: Create a Pod to Simulate an Attacker
Step 2: Touch a Sensitive File
Step 3: Start a Shell Inside a Container (Unexpected Shell)
Step 4: Make a Network Connection from Pod
πΉ Lab 4: View Falco Alerts
πΉ Lab 5: Clean Up
β
Wrap-Up
Last updated