# Cloud Deployment

OX cloud security integrations link your cloud and Kubernetes environments directly to OX so you can see what is running, where it is deployed, and how security findings relate to real workloads.

By connecting [GCP](/ox-integrations/3rd-party-integrations/cloud-security/gcp-and-gke-1.md), [GKE](/ox-integrations/3rd-party-integrations/cloud-security/gcp-and-gke-1/gcp-and-gke.md), [AWS](/ox-integrations/3rd-party-integrations/cloud-security/aws.md), [Azure](/ox-integrations/3rd-party-integrations/cloud-security/azure-cloud.md), and [Amazon EKS](/ox-integrations/3rd-party-integrations/cloud-security/eks.md), OX pulls cloud and runtime context into the platform. This context lets you:

* Map applications, repositories, and images to the cloud resources and clusters where they run.
* Enrich issues with deployment and runtime metadata to support prioritization.
* Filter and act on findings based on whether code, images, or workloads are actively running in your environment.

These connectors work alongside your source control and pipeline integrations. Together, they give you a full view from code and build, through deployment, to runtime in the cloud.

When you connect GKE or Amazon EKS, OX also adds [Kubernetes reachability](/ox-integrations/3rd-party-integrations/cloud-security/kubernetes-reachability.md) context. This shows whether a vulnerable workload or service is exposed to cluster or external traffic, helping you prioritize findings based on real access paths rather than configuration alone.


---

# 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.ox.security/ox-integrations/3rd-party-integrations/cloud-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.
