Deploy the Prisma Cloud Console on AKS
$ <PLATFORM>/twistcli console export kubernetes \ --storage-class managed-premium \ --service-type LoadBalancer$ kubectl create -f ./twistlock_console.yaml$ kubectl get service -w -n twistlock$ kubectl get pv $ kubectl patch pv <pvc-name> -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}'
Last updated
Was this helpful?

