mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: cilium.io/v1alpha1
|
||||
kind: TracingPolicy
|
||||
metadata:
|
||||
name: kubernetes-api-access-monitoring
|
||||
spec:
|
||||
kprobes:
|
||||
- call: tcp_connect
|
||||
syscall: false
|
||||
args:
|
||||
- index: 0
|
||||
type: sock
|
||||
selectors:
|
||||
- matchArgs:
|
||||
- index: 0
|
||||
operator: DPort
|
||||
values:
|
||||
- "6443"
|
||||
- "443"
|
||||
matchActions:
|
||||
- action: Post
|
||||
Reference in New Issue
Block a user