README.md

June 30, 2026 · View on GitHub

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.

:muscle: Harden Infrastructure
:chains: Protect critical paths such as cert bundles
:clipboard: MITRE, STIGs, CIS based rules
:left_luggage: Restrict access to raw DB table
:ring: Least Permissive Access
:traffic_light: Process Whitelisting
:traffic_light: Network Whitelisting
:control_knobs: Control access to sensitive assets
:telescope: Application Behavior
:dna: Process execs, File System accesses
:compass: Service binds, Ingress, Egress connections
:microscope: Sensitive system call profiling
:snowflake: Deployment Models
:wheel_of_dharma: Kubernetes Deployment
:whale2: Containerized Deployment
:computer: VM/Bare-Metal Deployment

Architecture Overview

KubeArmor High Level Design

Documentation :notebook:

Contributors :busts_in_silhouette:

Biweekly Meeting

Community & Governance

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

Notice/Credits :handshake:

  • 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

RepositoryWhat it is
KubeArmorThe main runtime security enforcement daemon. This repository.
kubearmor-clientkarmor, the official command-line tool for installing, configuring, and observing KubeArmor.
chartsOfficial Helm charts for KubeArmor and the KubeArmor Operator.
policy-templatesCommunity-curated library of System and Network policy templates for KubeArmor (and Cilium).
kubearmor.ioSource for the kubearmor.io website.
.projectProject metadata for CNCF .project automation (CLOMonitor, landscape, etc.).

Integrations and adapters

RepositoryWhat it is
otel-adapterOpenTelemetry receiver for KubeArmor events and alerts.
kubearmor-prometheus-exporterPrometheus exporter for KubeArmor metrics.
kubearmor-relay-serverRelay/log streaming server that aggregates events from KubeArmor agents.
kubearmor-kafka-clientKafka client for streaming KubeArmor logs to a Kafka cluster.
kubearmor-log-clientStandalone log client (stdout or file) for consuming KubeArmor logs.
grafana-datasourceGrafana data source backend for visualising KubeArmor data.
kubearmor-dashboardsELK-stack dashboards for KubeArmor logs and alerts.
kubearmor-actionGitHub Action that runs KubeArmor against a workload for CI security checks.
rancheruiRancher Manager UI extension for managing KubeArmor through Rancher.
sidekickGlue to connect KubeArmor events into downstream ecosystems.

Deployment and packaging

RepositoryWhat it is
custom-packagesCustom .deb / .rpm packaging definitions.
packer-plugin-kubearmorHashiCorp Packer plugin for baking KubeArmor into images.

Specialised projects

RepositoryWhat it is
k8tls(Pronounced cattles) — assesses server port security by detecting TLS and certificate configuration.
modelarmorML model security, including pickle-injection PoC and adversarial-attack demos.
kvm-serviceService for orchestrating KubeArmor policies to VMs and bare-metal hosts via either a Kubernetes or non-Kubernetes control plane.
libbpfGo eBPF helper library based on the upstream libbpf API.
kbcKubeArmor Benchmark Calculator.

This list is generated iteratively — open a pull request to add a new repository or correct a description.