> 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/admin-guide/32/install/deploy-console/console-on-eks.md).

# Deploy the Prisma Cloud Console on EKS

[Amazon Kubernetes Service (EKS)](https://aws.amazon.com/eks/#) lets you deploy Kubernetes clusters on demand. Use our standard Kubernetes install method to deploy Prisma Cloud to EKS.

If using Bottlerocket OS-based nodes for your EKS Cluster:

* Pass the `--container-runtime containerd` flag to `twistcli`.
* Or select the **Container Runtime type** as `containerd` in the Console UI when generating the Defender `YAML` or `Helm` chart.

Follow the instructions to [deploy Defenders as DaemonSet](/admin-guide/32/install/deploy-defender/orchestrator/install-kubernetes-cri.md) for more details.

**Prerequisites**

* You have deployed an Amazon EKS cluster.
* You have [downloaded the Prisma Cloud software](/admin-guide/32/tools/twistcli.md).

1. Generate the Prisma Cloud Compute Console deployment file.

   ```
   $ twistcli console export kubernetes \
     --service-type LoadBalancer \
     --storage-class gp2
   ```
2. Deploy Console.

   ```
   $ kubectl create -f twistlock_console.yaml
   ```
3. Wait for the service to come up completely.

   ```
   $ kubectl get service -w -n twistlock
   ```
4. Continue with the rest of the [installation for Kubernetes clusters](/admin-guide/32/install/deploy-console/console-on-kubernetes.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/admin-guide/32/install/deploy-console/console-on-eks.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.
