Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-05-17 12:44:19 -04:00
parent bfe8435665
commit 8d74a625bc
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
37 changed files with 224 additions and 103 deletions

View file

@ -0,0 +1,10 @@
apiVersion: v2
name: tetragon
description: Setup Tetrgon
type: application
version: 1.0.0
appVersion: 1.0.0
dependencies:
- name: tetragon
repository: https://helm.cilium.io
version: 1.7.0

View file

@ -0,0 +1,13 @@
tetragon:
enabled: true
export:
enabled: true
# --- TALOS OS KERNEL MOUNT TUNING ---
btf: /sys/kernel/btf/vmlinux
bpf:
mountPath: /sys/fs/bpf
hostNetwork: true
hostPID: true

View file

@ -0,0 +1,21 @@
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: "fd-install"
spec:
kprobes:
- call: "fd_install"
syscall: false
args:
- index: 0
type: "int"
- index: 1
type: "file"
selectors:
- matchArgs:
- index: 1
operator: "Equal"
values:
- "/tmp/tetragon"
matchActions:
- action: Sigkill

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- example.yaml