mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
Ramakant Sharma 40e616acbc
Merge pull request #2204 from Ishaanj18/feat/structured-data-field
feat: add EventData field to KubeArmor telemetry
2025-11-05 11:10:50 +05:30
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.github fix ci-test-controllers 2025-10-17 06:21:36 +00:00
contribution docs: fix test script paths in testing guide 2025-08-19 21:08:32 +05:30
deployments Add USB Device Handler 2025-10-31 16:13:24 +05:30
examples Update multiubuntu.md 2025-06-24 09:39:55 +05:30
getting-started Add USB Device Handler 2025-10-31 16:13:24 +05:30
KubeArmor Merge branch 'main' into feat/structured-data-field 2025-11-05 09:47:07 +05:30
pkg Add USB Device Handler 2025-10-31 16:13:24 +05:30
protobuf feat: add eventData field to KubeArmor telemetry 2025-11-05 03:59:53 +00:00
tests fix go vuln 2025-10-30 15:56:38 +05:30
wiki feat(docs): add OCI hooks setup instructions 2025-07-24 14:22:35 +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 updated-contributor-md 2025-07-17 16:34:49 +05:30
Dockerfile fix socket path, make hook non-blocking 2025-09-03 19:55:44 +00:00
Dockerfile.init
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.3 2025-08-20 12:08:26 +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