Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(falco): support latest changes in falco-driver-loader #735

Merged
merged 1 commit into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. update(falco): support latest changes in falco-driver-loader

      The init container, when driver.kind=auto, automatically generates
      a new Falco configuration file and selects the appropriate engine
      kind based on the environment where Falco is deployed.
    
      With this commit, along with falcoctl PR falcosecurity#630, the Helm charts now
      support different driver kinds for Falco instances based on the
      specific node they are running on. When driver.kind=auto is set,
      each Falco instance dynamically selects the most suitable
      driver (e.g., ebps, kmod, modern_ebpf) for the node.
    
      +-------------------------------------------------------+
      | Kubernetes Cluster                                    |
      |                                                       |
      |  +-------------------+  +-------------------+        |
      |  | Node 1             |  | Node 2             |        |
      |  |                   |  |                   |        |
      |  | Falco (ebpf) |  | Falco (kmod)       |        |
      |  +-------------------+  +-------------------+        |
      |                                                       |
      |                 +-------------------+                |
      |                 | Node 3             |                |
      |                 |                   |                |
      |                 | Falco (modern_ebpf)|                |
      |                 +-------------------+                |
      +-------------------------------------------------------+
    Signed-off-by: Aldo Lacuku <[email protected]>
    alacuku committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b7979f7 View commit details
    Browse the repository at this point in the history