Deploy the Prisma Cloud Console on EKS
$ twistcli console export kubernetes \ --service-type LoadBalancer \ --storage-class gp2$ kubectl create -f twistlock_console.yaml$ kubectl get service -w -n twistlock
Last updated
Was this helpful?
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
You have deployed an Amazon EKS cluster.
You have downloaded the Prisma Cloud software.
Generate the Prisma Cloud Compute Console deployment file.
$ twistcli console export kubernetes \
--service-type LoadBalancer \
--storage-class gp2Deploy Console.
$ kubectl create -f twistlock_console.yamlWait for the service to come up completely.
$ kubectl get service -w -n twistlockContinue with the rest of the installation for Kubernetes clusters.
Last updated
Was this helpful?
Was this helpful?

