mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
23 lines
440 B
YAML
23 lines
440 B
YAML
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
|