mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
2026-07-21 07:49:01 +00:00
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.github Update github/codeql-action action to v2.28.1 2026-07-21 07:49:01 +00:00
contribution build: pin CI/CD dependencies by digest and fix go toolchain mismatch 2026-06-25 09:08:08 +05:30
deployments Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
examples build: pin CI/CD dependencies by digest and fix go toolchain mismatch 2026-06-25 09:08:08 +05:30
getting-started add release notes v1.7 (#2727) 2026-07-15 17:45:26 +05:30
KubeArmor Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
pkg Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
protobuf Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
tests fix(test): increase KarmorGetLogs timeout in blockposture to reduce flakiness (#2635) 2026-07-21 13:14:46 +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 add cross arch build feature 2022-11-09 15:09:11 +00:00
.gitignore chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
.gitmodules bpf: migrate bcc based ebpf code to libbpf 2022-07-19 12:48:39 +05:30
.licenserc.yaml test license header updates 2022-07-10 01:37:58 +05:30
ADOPTERS.md AnyLog as adopter 2024-02-08 23:02:16 +05:30
CODE_OF_CONDUCT.md chore: update governance and maintainers documentation; add release p… (#2719) 2026-06-30 10:16:33 +05:30
codecov.yml Add codecov.yml file 2024-08-23 21:51:36 +05:30
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 Perf(BPF): Switched from udp_sendmsg to udp_send_skb for DNS visibility (#2738) 2026-07-10 21:09:08 +05:30
Dockerfile.init Update maintainers and annotations in sample policies (#2722) 2026-07-02 11:36:17 +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 Changing Ramakant Sharma company affiliation 2026-07-01 10:03:55 +00:00
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 build: pin CI/CD dependencies by digest and fix go toolchain mismatch 2026-06-25 09:08:08 +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.