mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
Aryan Bakliwal 05e69f7baa
Merge pull request #2647 from AryanBakliwal/make-snitch-ubi-nonroot
fix(operator): Make snitch UBI image non-root
2026-06-05 11:41:40 +05:30
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.github Update actions/checkout action to v3.6.0 (#2626) 2026-06-04 11:28:47 +05:30
contribution fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +05:30
deployments upgrade go to fix go-vuln 2026-06-04 13:48:37 +05:30
examples fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +05:30
getting-started Update dependency jquery to v3.7.1 2026-05-19 07:28:26 +00:00
KubeArmor upgrade go to fix go-vuln 2026-06-04 13:48:37 +05:30
pkg upgrade go to fix go-vuln 2026-06-04 13:48:37 +05:30
protobuf upgrade go to fix go-vuln 2026-06-04 13:48:37 +05:30
tests upgrade go to fix go-vuln 2026-06-04 13:48:37 +05:30
wiki fix: replace broken relative links with absolute links (#2490) 2026-04-06 08:30:27 +05:30
.codespellrc fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +05:30
.dockerignore
.gitignore fix: correct spelling mistakes across the project 2026-05-15 10:50:42 +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 Fix broken link in CONTRIBUTING.md 2025-12-23 09:28:52 +05:30
Dockerfile update kubearmor dockerfile to remove 3.23 pkg updates 2026-05-26 11:44:43 +05:30
Dockerfile.init fix init ubi container build issue (#2631) 2026-05-26 19:34:02 +05:30
GOVERNANCE.md
LICENSE
MAINTAINERS.md changed maintainership affiliation 2025-03-04 11:58:58 +05:30
README.md feat: Add Network Policy Enforcer 2026-03-10 17:54:44 +05:30
renovate.json
SECURITY.md chore: udpate slack link 2024-09-08 07:25:57 +05:30
STABLE-RELEASE update stable to v1.7.3 2026-05-29 17:43:16 +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