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

# Kubernetes Security

Kubernetes environments introduce an additional layer of infrastructure that requires dedicated security visibility. Beyond the cloud resources that host a cluster, organizations must also secure Kubernetes nodes, workloads, configurations, permissions, and cluster resources.

Kubernetes Security Posture Management (KSPM) extends OX cloud security visibility into Kubernetes environments.

While CSPM analyzes cloud infrastructure and managed services, KSPM provides visibility into Kubernetes-specific resources, configurations, and security risks within your clusters.

KSPM helps security teams identify misconfigurations, investigate Kubernetes assets, and monitor compliance with Kubernetes security best practices.

Kubernetes findings are integrated into the OX issue management experience, allowing you to investigate cloud and Kubernetes security issues from a single platform.

KSPM expands cloud security visibility beyond the cluster level and provides insights into:

* Kubernetes clusters
* Nodes
* Kubernetes workloads and resources
* Kubernetes-specific misconfigurations
* Kubernetes compliance findings

## Investigating Kubernetes issues

Kubernetes findings appear alongside other cloud security findings in OX.

For each finding, OX provides contextual information about the affected cluster and associated Kubernetes assets to help accelerate investigation and remediation.

<figure><img src="/files/68XtbUqbHg6Qx3yeRm9l" alt="" width="563"><figcaption></figcaption></figure>

You can use issue filters to focus specifically on Kubernetes security findings and review affected resources within the issue details.

Expanding a cluster shows the nodes inside it and the misconfigurations associated with each node, so you can drill from cluster down to the specific node that is misconfigured.

<figure><img src="/files/O0WKehB1lgjVg0EHg5Bq" alt="" width="563"><figcaption></figcaption></figure>

## OX Inspector

KSPM visibility is powered by [OX Inspector](/ox-cloud/cloud-security/kubernetes-security/ox-inspector.md), a Kubernetes-native component that runs within your cluster and provides OX with the information required to analyze Kubernetes security posture.

OX Inspector collects metadata about Kubernetes resources and workloads, enabling OX to identify Kubernetes security findings, evaluate compliance, and provide visibility into assets within the cluster.

## Kubernetes compliance monitoring

KSPM evaluates Kubernetes environments against supported Kubernetes security benchmarks.

Compliance results help you identify configuration gaps and prioritize remediation efforts across your clusters.

The CIS Kubernetes benchmark is included in **Compliance score per framework** on the Cloud Security Dashboard, so cluster compliance posture is tracked alongside your other frameworks.

Use this score to track cluster compliance posture next to your other frameworks, such as SOC2, CIS-5.0, ISO27001:2022, and NIST-800-53.

<figure><img src="/files/zGQqgf667lxJrGoRsafm" alt="" width="365"><figcaption></figcaption></figure>

### Related topics

* [Cloud Security Dashboard](/ox-cloud/cloud-security/cloud-security-dashboard.md)
* [Reachability](/ox-cloud/cloud-security/reachability.md)
* [Cloud Security](/ox-cloud/cloud-security.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ox.security/ox-cloud/cloud-security/kubernetes-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
