mirror of https://github.com/vee1e/KubeArmor - Runtime Security Enforcement System. Workload hardening/sand
Find a file
Ramakant Sharma 30474cd3cd
Merge pull request #2581 from charankamal20/bugfix/liveness-probe-not-working
fix(helm): make liveness probe configurable by environment
2026-05-07 17:36:54 +05:30
.gitbook/assets revise modelarmor page 2025-07-16 17:10:48 +05:30
.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 Bugfix: make liveness probe configurable by environment 2026-05-07 16:30:28 +05:30
examples feat: Add Network Policy Enforcer 2026-03-10 17:54:44 +05:30
getting-started add gke installation guide 2026-04-23 15:51:34 +05:30
KubeArmor fix bpflsm enforcer verifier issue 2026-05-06 14:28:51 +05:30
pkg feat(operator): improve CRI socket detection 2026-04-17 14:29:48 +05:30
protobuf fix go vuln 2026-04-16 22:28:29 +05:30
tests add tests 2026-04-17 11:53:24 +05:30
wiki fix: replace broken relative links with absolute links (#2490) 2026-04-06 08:30:27 +05:30
.dockerignore add cross arch build feature 2022-11-09 15:09:11 +00:00
.gitignore fix breaking changes and snyk tests 2026-04-16 20:22:09 +05:30
.gitmodules
.licenserc.yaml
ADOPTERS.md AnyLog as adopter 2024-02-08 23:02:16 +05:30
CODE_OF_CONDUCT.md
codecov.yml Add codecov.yml file 2024-08-23 21:51:36 +05:30
CODEOWNERS Added more reviewers 2023-01-27 12:05:15 +05:30
CONTRIBUTING.md Fix broken link in CONTRIBUTING.md 2025-12-23 09:28:52 +05:30
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 fix(Credits): Corrected Credits section in GOVERNANCE.md 2023-08-19 02:27:34 +00:00
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 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 (#2554) 2026-04-17 19:26:48 +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