Security

Runtime security and vulnerability scanning: Falco, Kyverno, and Trivy.

Three layers, at three different moments:

When it actsWhat it does
KyvernoAdmissionRejects or mutates resources before they are created
TrivyAfter admission, continuouslyScans running workloads for known CVEs
FalcoRuntimeWatches syscalls and alerts on suspicious behaviour

Only Kyverno is preventive. Trivy reports on what is already running, and Falco detects behaviour after it happens.