Skip to content

falco: Add base plugin #242

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

falco: Add base plugin #242

wants to merge 1 commit into from

Conversation

knrt10
Copy link
Contributor

@knrt10 knrt10 commented May 13, 2025

Add plugin for Falco.

TODO

  • Find a way and fix to get all rules configured by Falco

How to test

# clone Headlamp
git clone [email protected]:kubernetes-sigs/headlamp.git

# Run headlamp backend
cd backend && go run ./cmd -dev -enable-dynamic-clusters -proxy-urls=https://artifacthub.io/\*

# Run frontend
cd frontend && npm i && npm start

# Run app
cd app && npm run dev-only-app

# Have a k8s cluster up and running. See the readme of this PR

# Fetch this PR and go to falco directory
cd falco && npm i && npm start

Screenshots

Screenshot 2025-05-13 at 1 28 14 PM Screenshot 2025-05-13 at 1 28 27 PM Screenshot 2025-05-13 at 1 28 39 PM Screenshot 2025-05-13 at 1 28 52 PM Screenshot 2025-05-13 at 1 29 04 PM

This adds events, rule and settings page to the plugin. User can select
the backend for the events. Default backend is file/volumes. They can
easily configure redis as well and use that as backend.

Signed-off-by: Kautilya Tripathi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants