mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
lakshit verma 17e194f1ea fix(presets): stop writing ContainerMap under RLock in anonmapexec
UpdateSecurityPolicies wrote ContainerMap while holding RLock, allowing
concurrent writers and racing with other lock holders. Match the other
presets: read under RLock, then write under Lock.

Signed-off-by: lakshit verma <vermalucky2004@gmail.com>
2026-08-19 15:26:59 +05:30
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.github fix: pin all dependencies for OpenSSF Scorecard Pinned-Dependencies check (#2706) 2026-07-27 13:09:01 +05:30
contribution fix: pin all dependencies for OpenSSF Scorecard Pinned-Dependencies check (#2706) 2026-07-27 13:09:01 +05:30
deployments Improve Vuln Score in openssf scorecard (#2806) 2026-08-12 08:54:23 +05:30
examples fix: pin all dependencies for OpenSSF Scorecard Pinned-Dependencies check (#2706) 2026-07-27 13:09:01 +05:30
getting-started add release notes v1.7 (#2727) 2026-07-15 17:45:26 +05:30
KubeArmor fix(presets): stop writing ContainerMap under RLock in anonmapexec 2026-08-19 15:26:59 +05:30
pkg Improve Vuln Score in openssf scorecard (#2806) 2026-08-12 08:54:23 +05:30
protobuf Improve Vuln Score in openssf scorecard (#2806) 2026-08-12 08:54:23 +05:30
tests Improve Vuln Score in openssf scorecard (#2806) 2026-08-12 08:54:23 +05:30
wiki fix: replace broken relative links with absolute links (#2490) 2026-04-06 08:30:27 +05:30
.codespellrc fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +05:30
.dockerignore
.gitignore chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
.gitmodules
.licenserc.yaml
ADOPTERS.md
CODE_OF_CONDUCT.md chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
codecov.yml
CODEOWNERS add two code owners to bpf subdir 2026-07-08 14:07:23 +00:00
CONTRIBUTING.md docs(docs): fix spelling and grammar in contributing, security, and FAQ guides 2026-06-29 15:50:14 +05:30
Dockerfile fix: pin all dependencies for OpenSSF Scorecard Pinned-Dependencies check (#2706) 2026-07-27 13:09:01 +05:30
Dockerfile.init fix: pin all dependencies for OpenSSF Scorecard Pinned-Dependencies check (#2706) 2026-07-27 13:09:01 +05:30
GOVERNANCE.md chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
LICENSE
MAINTAINERS.md Adding rootxrishabh to maintainers 2026-07-31 13:35:51 +05:30
README.md chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
RELEASES.md chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
renovate.json fix: pin all dependencies for OpenSSF Scorecard Pinned-Dependencies check (#2706) 2026-07-27 13:09:01 +05:30
SECURITY.md chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
STABLE-RELEASE update stable to v1.7.4 (#2735) 2026-07-03 17:19:14 +05:30
SUMMARY.md feat: Add Network Policy Enforcer 2026-03-10 17:54:44 +05:30

Build Status CII Best Practices CLOMonitor OpenSSF Scorecard FOSSA Status FOSSA Status Slack Discussions Docker Downloads ArtifactHub

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

Architecture Overview

KubeArmor High Level Design

Documentation 📓

Contributors 👥

Biweekly Meeting

Community & Governance

KubeArmor is a community-governed project. The following documents describe how the project is run:

Notice/Credits 🤝

  • KubeArmor uses Tracee's system call utility functions.

CNCF

KubeArmor is Sandbox Project of the Cloud Native Computing Foundation. CNCF SandBox Project

ROADMAP

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.

Core

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.).

Integrations and adapters

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.

Deployment and packaging

Repository What it is
custom-packages Custom .deb / .rpm packaging definitions.
packer-plugin-kubearmor HashiCorp Packer plugin for baking KubeArmor into images.

Specialised projects

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.