Skip to content

falcosecurity/falco-operator

Falco Operator

Falco Ecosystem Repository Incubating Last Release

licence

Note: This project is a work in progress.

The Falco Operator is a Kubernetes operator that manages the lifecycle of Falco, a cloud-native runtime security tool. It automates the deployment, configuration, and management of Falco instances within a Kubernetes cluster.

Getting Started

Prerequisites

  • Go 1.23 or later
  • Docker (for building and running containers)
  • Kubernetes cluster (v1.16.0+)
  • kubectl (v1.16.0+)
  • kustomize (v3.1.0+)
  • controller-gen (v0.4.0+)

Installation

  1. Clone the repository:

    git clone https://github.com/falcosecurity/falco-operator.git
    cd falco-operator
  2. Install CRDs:

    make install
  3. Deploy the controller to the cluster:

    make deploy

Building

To build the project, run:

make build

License

Falco Kubernetes Operator is licensed to you under the Apache 2.0 open source license.

About

Kubernetes Operator for Falco

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages