: Amazon Elastic Kubernetes Service (EKS)
Focus
Focus

Amazon Elastic Kubernetes Service (EKS)

Table of Contents

Amazon Elastic Kubernetes Service (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:
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.

Recommended For You