Installation Tools

Installation tools that are required for integrations built on the Falco core

Scripted install

To install Falco on Linux, you can download a shell script that takes care of the necessary steps:

curl -o install_falco -s https://falco.org/script/install

Then verify the SHA256 checksum of the script using the sha256sum tool (or something analogous):

sha256sum install_falco

It should be 59201c1339cc53e86edcd7d2e7273e52f784b3cf7d4a3142059112b3b9062f6d.

Then run the script either as root or with sudo:

sudo bash install_falco

Helm

You can install Falco in Kubernetes using Helm. The Falco community supports a helm chart and documentation on how to use it can be found here.

See Installing Helm for information about how to download and install Helm.

View Installing Helm Guide

Kubernetes Manifests

It is possible to deploy Falco in Kubernetes simply by using the kubectl tool and deploying Kubernetes manifests. For further details, you can find an example here.

最終更新 Nov 16, 2023: Fix links to chart repository (21f502b)