Here are
45 public repositories
matching this topic...
Cloud Native Runtime Security
Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.
Updated
Jun 14, 2022
AGS Script
Find, install and publish Kubernetes packages
Updated
Aug 5, 2022
TypeScript
Functional-first toolkit for building brilliant ASP.NET Core applications using F#.
Connect Falco to your ecosystem
A curated list of Falco related tools, frameworks, blogs, podcasts, and articles
A set of curated exercises to help you prepare for the CKS exam
Updated
Jul 24, 2022
Shell
Playbooks needed to set up an on-premises K3s cluster and securize it
Updated
Nov 3, 2021
Jinja
Prometheus Metrics Exporter for Falco output events
An example of a kubernetes cluster appropriate for a startup company
Updated
Aug 1, 2022
Makefile
Detect intrusions that happened in your Kubernetes cluster through audit logs using Falco
Go client and SDK for Falco
Cloud Native Runtime Security
Evolution process of The Falco Project
Updated
Aug 9, 2022
Python
Falco Talon is a Response Engine for managing threats in your Kubernetes
Demonstrating how you can take an action to your intrusions detected by Falco using OpenFaaS functions
The rust language implementation of the Falco client
Updated
Jul 20, 2022
Rust
Kilt is a project that defines how to inject foreign apps into containers
Falco Rules helpers for VSCode
Updated
Nov 9, 2020
TypeScript
Diagrams to visually learn Falco and its eBPF probe
Updated
Jun 24, 2021
HTML
A Falco Plugin for Rekor Transparency Log Server
the falco-wazuh daemonset image to deploy into k8s and get some sort of visibility
Updated
Jun 17, 2020
Dockerfile
Proof Of Concept about adding hot-reloading support to Falco using sidecar container concept in Kubernetes environment
DevSecOps Container Pipeline Demo
Demonstrating how you can send Falco alerts to the slack with the make use of falcosidekick
Ultra fast and slim kubernetes playground.
Updated
Aug 3, 2022
Shell
Research on various techniques to bypass default falco ruleset (based on falco v0.28.1).
Experimenting to implement Kubernetes Response Engine based on Event-Driven Workflow using Argo Events and Argo Workflows
Improve this page
Add a description, image, and links to the
falco
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
falco
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
At the moment, we're using a simple limiting method to parallelise our building of Falco probes. We should migrate this to use job queues where workers pull configurations off of a queue.
(see https://www.opsdash.com/blog/job-queues-in-go.html) for examples/guidance.
An extra nice thing to think about is turning the building process into a pipeline, e.g.: