# KubeArmor — Runtime Security Enforcement for Kubernetes > KubeArmor is a cloud-native runtime security engine that uses eBPF and Linux Security Modules to enforce fine-grained security policies on system calls, file access, and network activity in Kubernetes pods. ## Install Save in your project root: # KubeArmor — Runtime Security Enforcement for Kubernetes ## Quick Use ```bash # Install KubeArmor using karmor CLI curl -sfL http://get.kubearmor.io/ | sudo sh -s -- -b /usr/local/bin karmor install # Apply a sample security policy cat <