For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploy the Prisma Cloud Console on EKS

Amazon Kubernetes Service (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 for more details.

Prerequisites

  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.

Last updated

Was this helpful?