mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
Ramakant Sharma 014b5811cc
Merge pull request #2486 from rksharma95/fix-endpoint-update
fix(core): fix endpoint update and cherry-pick 2475
2026-03-06 16:28:35 +05:30
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.github Signed-off-by: Prateek Rai prateekr651@gmail.com 2026-03-05 12:51:32 +05:30
contribution Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
deployments Helm chart: allow custom kubearmor args and fix k3s/RKE2 containerd socket path (#2443) 2026-02-22 19:23:19 +05:30
examples Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
getting-started Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
KubeArmor fix compilation on kernel 5.4 2026-03-06 14:26:39 +05:30
pkg add check to detect runtime based on socket file 2026-02-20 12:09:11 +05:30
protobuf upgrade go to fix go-vuln 2026-02-10 09:58:20 +05:30
tests upgrade go to fix go-vuln 2026-02-10 09:58:20 +05:30
wiki refactor(core): fix LSP warnings with idiomatic code 2026-01-08 12:58:23 +05:30
.dockerignore
.gitignore refactor hook and hook deployment methodology 2025-09-03 19:55:44 +00:00
.gitmodules
.licenserc.yaml
ADOPTERS.md
CODE_OF_CONDUCT.md
codecov.yml
CODEOWNERS
CONTRIBUTING.md Fix broken link in CONTRIBUTING.md 2025-12-23 09:28:52 +05:30
Dockerfile Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
Dockerfile.init Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
GOVERNANCE.md
LICENSE
MAINTAINERS.md changed maintainership affiliation 2025-03-04 11:58:58 +05:30
README.md fix buildstatus in readme 2025-06-11 22:10:43 +05:30
renovate.json
SECURITY.md
STABLE-RELEASE update stable to v1.6.8 2026-02-10 19:10:32 +05:30
SUMMARY.md clean up Release Notes heading 2025-09-16 08:08:46 +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

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