aicoolies logo
Falco logo
Falco logo

Falco

Cloud native runtime security for Kubernetes

open sourceupdated Apr 21, 2026

Falco is a CNCF graduated open-source runtime security tool that detects unexpected behavior and threats across containers, Kubernetes, and cloud workloads in real time. Originally created by Sysdig, Falco monitors Linux kernel syscalls using eBPF and applies customizable detection rules to alert on malicious activity like container escapes, cryptojacking, unauthorized file access, and anomalous network connections. It supports 50+ alert output channels including SIEM integration.

Falco is the cloud native runtime security standard, a CNCF graduated project that monitors system calls in real time to detect threats across hosts, containers, and Kubernetes clusters. Created by Sysdig and now maintained by a broad open-source community, Falco uses eBPF-based kernel instrumentation to observe every syscall without modifying application code. Its flexible rules engine lets teams define custom detection policies for container escapes, privilege escalation, cryptojacking, sensitive file access, and unexpected network activity. With over 7,000 GitHub stars and production deployments at organizations like Trendyol and Incepto Medical, Falco has become the de facto runtime detection layer for Kubernetes security.

The architecture is built around a pluggable event pipeline. At the core, the Falco driver captures kernel events and forwards them to userspace for rule evaluation. Beyond syscalls, Falco supports plugins for ingesting Kubernetes audit logs, AWS CloudTrail events, GCP audit logs, GitHub activity, and Okta authentication events. Detection rules ship out of the box covering common CVE exploits and MITRE ATT&CK techniques, and teams can author custom Falco rules using a simple YAML-based syntax. Alerts are output in JSON format and can be forwarded to over 50 third-party destinations via Falcosidekick, including Slack, PagerDuty, Elasticsearch, and any HTTP endpoint.

Falco deploys natively on Kubernetes via an official Helm chart as a DaemonSet ensuring every node is monitored. It supports x86_64 and ARM64 architectures across all major managed Kubernetes platforms including EKS, GKE, and AKS. The project is completely free and open source under the Apache 2.0 license with zero cost to start. Sysdig offers commercial products built on Falco for teams needing managed detection, compliance reporting, and enterprise support. The Falco ecosystem includes falcoctl for management, dedicated ruleset repositories, and an active community on Kubernetes Slack and regular contributor meetings.

Pricing

Free and open source (Apache 2.0). Sysdig offers commercial products built on Falco.

Platforms

Linux, Kubernetes (Helm), EKS, GKE, AKS, x86_64 and ARM64

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
ToolHive mascot logo

ToolHive

Run and govern MCP servers across desktop, CLI and Kubernetes

Open-source MCP runtime and governance platform that runs servers in isolated containers, curates registries, enforces access policies, and operates gateways across desktop, CLI, and Kubernetes.

Open Source

Comparisons

AccuKnox vs Trivy vs Falco — Kubernetes Security Tools for Runtime Protection & Vulnerability Scanning

Kubernetes security requires multiple layers of defense, from image scanning to runtime threat detection. This comparison examines three leading tools that address different aspects of the Kubernetes security stack: AccuKnox as a comprehensive Zero Trust CNAPP platform with eBPF-powered runtime enforcement, Trivy as a versatile open-source vulnerability scanner for containers and infrastructure, and Falco as the CNCF graduated standard for kernel-level runtime threat detection.

FAQ

What is Falco?

Falco is a CNCF graduated open-source runtime security tool that detects unexpected behavior and threats across containers, Kubernetes, and cloud workloads in real time. Originally created by Sysdig, Falco monitors Linux kernel syscalls using eBPF and applies customizable detection rules to alert on malicious activity like container escapes, cryptojacking, unauthorized file access, and anomalous network connections. It supports 50+ alert output channels including SIEM integration.

Is Falco free?

Yes — Falco is open source and free to use. Free and open source (Apache 2.0). Sysdig offers commercial products built on Falco.

Is Falco open source?

Yes — Falco is open source.

What are the best Falco alternatives?

The top editor-verified Falco alternatives are Shannon, DeepTeam, MCP-Scan.