Deploy the Prisma Cloud Console on ACS
$ az acs kubernetes get-credentials --resource-group pfoxacs --name pfox-acs Merged "pfoxacsmgmt" as current context in /Users/paulfox/.kube/config $ kubectl config use-context pfoxacsmgmt$ kubectl get nodes NAME STATUS ROLES AGE VERSION k8s-agent-e32fd1a6-0 Ready agent 4m v1.7.7 k8s-agent-e32fd1a6-1 Ready agent 5m v1.7.7 k8s-master-e32fd1a6-0 Ready master 4m v1.7.7apiVersion: v1 kind: PersistentVolume metadata: name: twistlock-console labels: app: twistlock-console annotations: volume.beta.kubernetes.io/storage-class: default spec: capacity: storage: 100Gi accessModes: - ReadWriteOnce azureDisk: diskName: pfox-classic-tl-console.vhd diskURI: https://pfoxacs.blob.core.windows.net/twistlock-console/pfox-classic-tl-console.vhd cachingMode: ReadWrite fsType: ext4 readOnly: false$ kubectl create -f ./persistent-volume.yaml$ /linux/twistcli console export kubernetes \ --persistent-volume-labels app:twistlock-console \ --storage-class default$ kubectl create -f ./twistlock-console.yaml$ kubectl get service -w -n twistlock
Last updated
Was this helpful?

