Skip to content
#

falco

Here are 45 public repositories matching this topic...

Certified-Kubernetes-Security-Specialist

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
VJftw
VJftw commented Aug 9, 2021

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.:

fetchSources(kernelPackag
good first issue

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