Here are
32 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
Aug 23, 2021
AGS Script
Find, install and publish Kubernetes packages
Updated
Sep 3, 2021
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
Prometheus Metrics Exporter for Falco output events
Detect intrusions that happened in your Kubernetes cluster through audit logs using Falco
An example of a kubernetes cluster appropriate for a startup company
Updated
Apr 7, 2021
Makefile
Playbooks needed to set up an on-premises K3s cluster and securize it
Updated
Jun 14, 2021
Jinja
Go client and SDK for Falco
Evolution process of The Falco Project
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
Sep 19, 2020
Rust
F# Wrapper for Microsoft.OpenApi
Falco Rules helpers for VSCode
Updated
Nov 9, 2020
TypeScript
Kilt is a project that defines how to inject foreign apps into containers.
Diagrams to visually learn Falco and its eBPF probe
Updated
Jun 24, 2021
HTML
Demonstrating how you can send Falco alerts to the slack with the make use of falcosidekick
the falco-wazuh daemonset image to deploy into k8s and get some sort of visibility
Updated
Jun 17, 2020
Dockerfile
Easily deployable daemonset which moves logs from falco with filebeat.
Proof Of Concept about adding hot-reloading support to Falco using sidecar container concept in Kubernetes environment
Enhance Container Runtime Security using the container runtime security tool "Falco"
Updated
Feb 1, 2021
Shell
DevSecOps Container Pipeline Demo Austin AWS Meetup 28.05.2020
Updated
Aug 31, 2021
HTML
Starter kit for new RealWorld framework implementations
Ultra fast and slim kubernetes playground.
Updated
Aug 20, 2021
Shell
Experimenting to implement Kubernetes Response Engine based on Event-Driven Workflow using Argo Events and Argo Workflows
A simple demo about how to set up Kubernetes Respons Engine on GKE by using Google Cloud Functions, Falco and Falcosidekick
Usage example of new OpenFaaS output type of Falcosidekick
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.: