mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
Aryan Sharma 867b5e26fa
Merge pull request #2127 from sanjay-ba/main
fix typo in operator ci
2025-07-28 17:19:30 +05:30
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.github fix typo in operator ci 2025-07-28 16:56:29 +05:30
contribution changes from #1781 2025-05-09 11:46:45 +05:30
deployments upgrade go dependencies 2025-07-28 12:10:02 +05:30
examples Update multiubuntu.md 2025-06-24 09:39:55 +05:30
getting-started fix captions 2025-07-16 17:49:06 +05:30
KubeArmor upgrade go dependencies 2025-07-28 12:10:02 +05:30
pkg upgrade operator dependencies 2025-07-25 17:20:36 +05:30
protobuf upgrade go dependencies 2025-07-28 12:10:02 +05:30
tests upgrade go dependencies 2025-07-28 12:10:02 +05:30
wiki feat(docs): add OCI hooks setup instructions 2025-07-24 14:22:35 +05:30
.dockerignore
.gitignore add env handling for snitch oci hook flag 2025-07-24 15:57:39 +05:30
.gitmodules
.licenserc.yaml
ADOPTERS.md
CODE_OF_CONDUCT.md
codecov.yml Add codecov.yml file 2024-08-23 21:51:36 +05:30
CODEOWNERS
CONTRIBUTING.md updated-contributor-md 2025-07-17 16:34:49 +05:30
Dockerfile upgrade go version to 1.24.4 2025-06-13 13:49:02 +05:30
Dockerfile.init add maintainer label to all container images 2024-12-19 14:07:37 +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 updated go version to 1.21.8 2024-03-07 14:21:44 +05:30
SECURITY.md chore: udpate slack link 2024-09-08 07:25:57 +05:30
STABLE-RELEASE update stable to v1.5.7 2025-06-10 18:06:57 +05:30
SUMMARY.md add page: profiling kubearmor logs 2025-06-15 22:57:43 +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