> For the complete documentation index, see [llms.txt](https://sysnet4admin.gitbook.io/cncf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sysnet4admin.gitbook.io/cncf/cloud-native/security.md).

# Security

- [Resources](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/resources.md)
- [kubesec](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/resources/kubesec.md): Security risk analysis for Kubernetes resources
- [Node](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/node.md)
- [AppArmor (under construction)](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/node/apparmor.md): Restrict a Container's Access to Resources with AppArmor
- [falco (under contruction)](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/node/falco-under-contruction.md): Cloud Native Runtime Security
- [docker-bench](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/node/docker-bench.md)
- [Cluster](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/cluster.md)
- [OPA / Gatekeeper (under cstrc)](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/cluster/opa-gatekeeper-under-cstrc.md)
- [Audit Policy](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/cluster/audit-policy.md): Audit policy defines rules about what events should be recorded and what data they should include. The audit policy object structure is defined in the audit.k8s.io API group. When an event is processe
- [kube-bench](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/cluster/kube-bench.md): Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark
- [Container](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/container.md)
- [trivy](https://sysnet4admin.gitbook.io/cncf/cloud-native/security/container/trivy.md): Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sysnet4admin.gitbook.io/cncf/cloud-native/security.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.
