kubearmor / KubeArmor

Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (BPF-LSM, AppArmor).
https://kubearmor.io/
Apache License 2.0
1.32k stars 325 forks source link

Allow system monitor to be disabled #1636

Open daemon1024 opened 5 months ago

daemon1024 commented 5 months ago

BPFLSM could provide all policy related enforcement and alerts after we close #1477. This means it should be okay to disable system monitor to save on resource usage specially in production clusters where no learning is involved.

Ayush9026 commented 4 months ago

/assign @Ayush9026