mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
2026-05-08 08:08:53 +05:30
.gitbook/assets
.github ci: fix workflow path filters (#2562) 2026-05-05 21:14:10 +05:30
contribution chore: remove global 2026-04-16 00:17:05 +05:30
deployments add dns network test 2026-05-07 19:01:46 +05:30
examples
getting-started add gke installation guide 2026-04-23 15:51:34 +05:30
KubeArmor add dns network test 2026-05-07 19:01:46 +05:30
pkg add dns network test 2026-05-07 19:01:46 +05:30
protobuf fix go vuln 2026-04-16 22:28:29 +05:30
tests add dns network test 2026-05-07 19:01:46 +05:30
wiki fix: replace broken relative links with absolute links (#2490) 2026-04-06 08:30:27 +05:30
.dockerignore
.gitignore fix breaking changes and snyk tests 2026-04-16 20:22:09 +05:30
.gitmodules
.licenserc.yaml
ADOPTERS.md
CODE_OF_CONDUCT.md
codecov.yml
CODEOWNERS
CONTRIBUTING.md
Dockerfile update docker file base images 2026-04-16 20:26:42 +05:30
Dockerfile.init update docker file base images 2026-04-16 20:26:42 +05:30
GOVERNANCE.md
LICENSE
MAINTAINERS.md
README.md
renovate.json
SECURITY.md
STABLE-RELEASE update stable (#2554) 2026-04-17 19:26:48 +05:30
SUMMARY.md

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