KubeArmor is a cloud-native runtime security enforcement system that restricts the behavior (such as process execution, file access, and networking operations) of pods, containers, and nodes (VMs) at the system level.
KubeArmor leverages Linux security modules (LSMs) such as AppArmor, SELinux, or BPF-LSM to enforce the user-specified policies. KubeArmor generates rich alerts/telemetry events with container/pod/namespace identities by leveraging eBPF.
| πͺ Harden Infrastructure βοΈ Protect critical paths such as cert bundles π MITRE, STIGs, CIS based rules π Restrict access to raw DB table |
π Least Permissive Access π₯ Process Whitelisting π₯ Network Whitelisting ποΈ Control access to sensitive assets |
| π Application Behavior 𧬠Process execs, File System accesses π§ Service binds, Ingress, Egress connections π¬ Sensitive system call profiling |
βοΈ Deployment Models βΈοΈ Kubernetes Deployment π Containerized Deployment π» VM/Bare-Metal Deployment |
- π Getting Started
- π― Use Cases
- βοΈ KubeArmor Support Matrix
- βοΈ How is KubeArmor different?
- π Security Policy for Pods/Containers [Spec] [Examples]
- π Cluster level security Policy for Pods/Containers [Spec] [Examples]
- π Security Policy for Hosts/Nodes [Spec] [Examples]
- π Network Security Policy for Hosts/Nodes [Spec] [Examples]
... detailed documentation
- π Contribution Guide
- π§βπ» Development Guide, Testing Guide
- β Join KubeArmor Slack
- β FAQs
- π£οΈ Zoom Link
- π Minutes: Document
- π Calendar invite: Google Calendar, ICS file
KubeArmor is a community-governed project. The following documents describe how the project is run:
- π Governance β roles, decision-making, vendor neutrality, sub-teams, voting.
- π₯ Maintainers β current Maintainers, Reviewers, and Emeritus Maintainers, with affiliations.
- π€ Code of Conduct β we follow the CNCF Code of Conduct.
- π¦ Release Process β cadence, release candidates, release manager, support window.
- π Security Policy β how to report a vulnerability.
- KubeArmor uses Tracee's system call utility functions.
KubeArmor is Sandbox Project of the Cloud Native Computing Foundation.

KubeArmor roadmap is tracked via KubeArmor Projects
KubeArmor is more than a single repository. The following repositories under the kubearmor GitHub organization are part of the wider project. Each is governed under GOVERNANCE.md β see the Subprojects section there for how core and community subprojects are classified.
Note: This list covers actively maintained repositories. For the complete (including archived) list, see the organization page.
| Repository | What it is |
|---|---|
| KubeArmor | The main runtime security enforcement daemon. This repository. |
| kubearmor-client | karmor, the official command-line tool for installing, configuring, and observing KubeArmor. |
| charts | Official Helm charts for KubeArmor and the KubeArmor Operator. |
| policy-templates | Community-curated library of System and Network policy templates for KubeArmor (and Cilium). |
| kubearmor.io | Source for the kubearmor.io website. |
| .project | Project metadata for CNCF .project automation (CLOMonitor, landscape, etc.). |
| Repository | What it is |
|---|---|
| otel-adapter | OpenTelemetry receiver for KubeArmor events and alerts. |
| kubearmor-prometheus-exporter | Prometheus exporter for KubeArmor metrics. |
| kubearmor-relay-server | Relay/log streaming server that aggregates events from KubeArmor agents. |
| kubearmor-kafka-client | Kafka client for streaming KubeArmor logs to a Kafka cluster. |
| kubearmor-log-client | Standalone log client (stdout or file) for consuming KubeArmor logs. |
| grafana-datasource | Grafana data source backend for visualising KubeArmor data. |
| kubearmor-dashboards | ELK-stack dashboards for KubeArmor logs and alerts. |
| kubearmor-action | GitHub Action that runs KubeArmor against a workload for CI security checks. |
| rancherui | Rancher Manager UI extension for managing KubeArmor through Rancher. |
| sidekick | Glue to connect KubeArmor events into downstream ecosystems. |
| Repository | What it is |
|---|---|
| custom-packages | Custom .deb / .rpm packaging definitions. |
| packer-plugin-kubearmor | HashiCorp Packer plugin for baking KubeArmor into images. |
| Repository | What it is |
|---|---|
| k8tls | (Pronounced cattles) β assesses server port security by detecting TLS and certificate configuration. |
| modelarmor | ML model security, including pickle-injection PoC and adversarial-attack demos. |
| kvm-service | Service for orchestrating KubeArmor policies to VMs and bare-metal hosts via either a Kubernetes or non-Kubernetes control plane. |
| libbpf | Go eBPF helper library based on the upstream libbpf API. |
| kbc | KubeArmor Benchmark Calculator. |
This list is generated iteratively β open a pull request to add a new repository or correct a description.

