> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/administration/network-security/container-network-exposure.md).

# Container Network Exposure

CNA correlates multiple data points, including routing paths and security policy configurations using graph-based modeling and then runs a complex calculation to evaluate the net effective action (ALLOW or DENY) for an IP packet from Source-A to Destination-B. The true network exposure evaluation is based on parsing the configuration of the resource(s) to determine all possible network paths. Prisma Cloud does not send actual traffic or read network logs for performing this network path analysis.

| **What do you want to do?**                                           | **Start here**                                                                                                                                                                            |
| --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Understand how container network exposure works                       | [Overview of Container Network Exposure](/content-collections/administration/network-security/container-network-exposure/container-network-exposure-overview.md)                          |
| Review the pre-requisites for Satellite deployment                    | [Pre-requisites and Supported Objects and Platforms for Satellite Deployment](/content-collections/administration/network-security/container-network-exposure/satellite-prerequisites.md) |
| Review the roles and permissions required for Satellite deployment    | [Permissions Required by Satellite](/content-collections/administration/network-security/container-network-exposure/satellite-permissions.md)                                             |
| Deploy the Satellite operator                                         | [Satellite Deployment](/content-collections/administration/network-security/container-network-exposure/deploy-satellite.md)                                                               |
| Understand Container Exposure Graph                                   | [Investigate Container Network Exposure on Prisma Cloud](/content-collections/administration/network-security/container-network-exposure/investigate-container-network-exposure.md)       |
| Troubleshoot container network exposure issues or uninstall Satellite | [Troubleshoot Container Network Exposure Issues](/content-collections/administration/network-security/container-network-exposure/troubleshoot-container-network-exposure.md)              |
| Customize the Satellite deployment                                    | [Customize Satellite Deployment](/content-collections/administration/network-security/container-network-exposure/customize-satellite-deployment.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.prismacloud.io/content-collections/administration/network-security/container-network-exposure.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.
