Initial commit

This commit is contained in:
Scooby Husky
2026-03-09 20:21:35 -05:00
commit aacb8eebbe
314 changed files with 21766 additions and 0 deletions
@@ -0,0 +1,22 @@
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: network-egress-monitoring
spec:
kprobes:
- call: tcp_connect
syscall: false
args:
- index: 0
type: sock
selectors:
- matchActions:
- action: Post
- call: tcp_close
syscall: false
args:
- index: 0
type: sock
selectors:
- matchActions:
- action: Post