# Wiki

KubeArmor is a **runtime security enforcement system** for containers and nodes.\
It uses *security policies* (defined as Kubernetes Custom Resources like KSP, HSP, and CSP)\
to define allowed, audited, or blocked actions for workloads.\
The system *monitors system activity* using kernel technologies such as eBPF\
and enforces the defined policies by integrating with the underlying operating system's\
security modules like AppArmor, SELinux, or BPF-LSM, sending security alerts\
and telemetry through a log feeder.

## Visual Overview

![](/files/R6RyggyCbilkKIheQ5Pa)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kubearmor.io/kubearmor/quick-links/kubearmor_overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
