eckelon / falco-prometheus-talk

Configuration files used in the demo for the talk "Prometheus + Falco: The Swiss Army Knife for SREs"

Home Page:https://www.youtube.com/watch?v=AeeXSm0Zzfk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prometheus + Falco: The swiss army knife for SREs

screenshot taken from the youtube video

These are the configurations used in this Cloud Native Live talk

Runbook

You can install Prometheus and Falco using helmfile. There are four steps in case you wan't to do it in the same order we did in the talk.

helmfile sync

You can have the last version of the cluster and falco rules just by using the helmfile-step-4.yaml

helmfile sync -f helmfile-step-4.yaml

To install the apps you can apply the yaml files in the apps directory. This will install a nginx sample app, a ntpd server example app and the crypto-miner-fake app we used to trigger Falco events.

k apply -f apps

Other useful scripts are

Also, you can import the dashboard we used in the talk in Grafana. It's in the dashboards directory.

References

About

Configuration files used in the demo for the talk "Prometheus + Falco: The Swiss Army Knife for SREs"

https://www.youtube.com/watch?v=AeeXSm0Zzfk


Languages

Language:Go 78.6%Language:Shell 17.5%Language:Dockerfile 4.0%