Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
KubeArmor — Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (LSM-BPF, AppArmor). | Kitploit
Tools/GitHubGitHub/kubearmor/kubearmor
Defensive ToolsContainer SecurityCloud Security
GitHubkubearmor/kubearmor

KubeArmor

Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (LSM-BPF, AppArmor).

View RepositoryWebsite
2.6k5228 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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.

Architecture Overview

KubeArmor High Level Design

Documentation 📓

  • 👉 Getting Started
  • 🎯 Use Cases
  • ✔️ KubeArmor Support Matrix
  • ♟️ How is KubeArmor different?
  • 📜 Security Policy for Pods/Containers [Spec] [Examples]
  • 📜 Cluster level security Policy for Pods/Containers [Spec] [Examples]
  • 📜 Security Policy for Hosts/Nodes [Spec] [Examples]
  • 📜 Network Security Policy for Hosts/Nodes [Spec] [Examples]
    ... detailed documentation

Contributors 👥

  • 📘 Contribution Guide
  • 🧑‍💻 Development Guide, Testing Guide
  • ✋ Join KubeArmor Slack
  • ❓ FAQs

Biweekly Meeting

  • 🗣️ Zoom Link
  • 📄 Minutes: Document
  • 📆 Calendar invite: Google Calendar, ICS file

Community & Governance

KubeArmor is a community-governed project. The following documents describe how the project is run:

  • 📜 Governance — roles, decision-making, vendor neutrality, sub-teams, voting.
  • 👥 Maintainers — current Maintainers, Reviewers, and Emeritus Maintainers, with affiliations.
  • 🤝 Code of Conduct — we follow the CNCF Code of Conduct.
  • 📦 Release Process — cadence, release candidates, release manager, support window.
  • 🔒 Security Policy — how to report a vulnerability.

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

Related Repositories

KubeArmor is more than a single repository. The following repositories under the kubearmor GitHub organization are part of the wider project. Each is governed under GOVERNANCE.md — see the Subprojects section there for how core and community subprojects are classified.

Note: This list covers actively maintained repositories. For the complete (including archived) list, see the organization page.

Core

Integrations and adapters

Deployment and packaging

RepositoryWhat it is
custom-packagesCustom .deb / .rpm packaging definitions.
packer-plugin-kubearmorHashiCorp Packer plugin for baking KubeArmor into images.

Specialised projects

This list is generated iteratively — open a pull request to add a new repository or correct a description.

Download Tool
💪 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
RepositoryWhat it is
KubeArmorThe main runtime security enforcement daemon. This repository.
kubearmor-clientkarmor, the official command-line tool for installing, configuring, and observing KubeArmor.
chartsOfficial Helm charts for KubeArmor and the KubeArmor Operator.
policy-templatesCommunity-curated library of System and Network policy templates for KubeArmor (and Cilium).
kubearmor.ioSource for the kubearmor.io website.
.projectProject metadata for CNCF .project automation (CLOMonitor, landscape, etc.).
RepositoryWhat it is
otel-adapterOpenTelemetry receiver for KubeArmor events and alerts.
kubearmor-prometheus-exporterPrometheus exporter for KubeArmor metrics.
kubearmor-relay-serverRelay/log streaming server that aggregates events from KubeArmor agents.
kubearmor-kafka-clientKafka client for streaming KubeArmor logs to a Kafka cluster.
kubearmor-log-clientStandalone log client (stdout or file) for consuming KubeArmor logs.
grafana-datasourceGrafana data source backend for visualising KubeArmor data.
kubearmor-dashboardsELK-stack dashboards for KubeArmor logs and alerts.
kubearmor-actionGitHub Action that runs KubeArmor against a workload for CI security checks.
rancheruiRancher Manager UI extension for managing KubeArmor through Rancher.
sidekickGlue to connect KubeArmor events into downstream ecosystems.
RepositoryWhat it is
k8tls(Pronounced cattles) — assesses server port security by detecting TLS and certificate configuration.
modelarmorML model security, including pickle-injection PoC and adversarial-attack demos.
kvm-serviceService for orchestrating KubeArmor policies to VMs and bare-metal hosts via either a Kubernetes or non-Kubernetes control plane.
libbpfGo eBPF helper library based on the upstream libbpf API.
kbcKubeArmor Benchmark Calculator.