mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
Ramakant Sharma 6197728914
Merge pull request #2504 from rksharma95/fix-kernel-header-path
chore(build): fix kernel headers path detection
2026-03-19 17:28:52 +05:30
.gitbook/assets
.github fix(ci): check operator deployment status instead of pod 2026-03-10 17:54:55 +05:30
contribution Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
deployments upgrade go 2026-03-10 17:54:55 +05:30
examples feat: Add Network Policy Enforcer 2026-03-10 17:54:44 +05:30
getting-started feat: Add Network Policy Enforcer 2026-03-10 17:54:44 +05:30
KubeArmor fix kernel headers path detection 2026-03-19 13:03:21 +05:30
pkg upgrade go 2026-03-10 17:54:55 +05:30
protobuf upgrade go 2026-03-10 17:54:55 +05:30
tests Non-K8s host and KSP test suites 2026-03-12 11:19:29 +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 upgrade go 2026-03-10 17:54:55 +05:30
Dockerfile.init Fix config watcher untracked ns (#2318) 2026-01-20 16:13:44 +05:30
GOVERNANCE.md
LICENSE
MAINTAINERS.md
README.md feat: Add Network Policy Enforcer 2026-03-10 17:54:44 +05:30
renovate.json
SECURITY.md
STABLE-RELEASE update stable to v1.6.8 2026-02-10 19:10:32 +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

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