Preparing for PPC deployment

Downloading and Extracting the Protegrity Cluster Template (PCT) for Deploying PPC

If the jump box is already set previously, run the ./bootstrap.sh --cloud aws destroy command in the directory where the cluster is installed. This ensures that the local repository on the jump box and the clusters are cleaned up before proceeding with a new installation.

Warning: Do not install or manage multiple clusters from the same working directory. Each cluster deployment maintains its own Terraform/OpenTofu state, and reusing a directory can overwrite state files, causing loss of cluster tracking and unintended cleanup behavior.
Use a dedicated directory, and jump box, where possible, per cluster, and always verify the active kubectl context before running cleanup commands such as ./bootstrap.sh --cloud aws destroy.

  1. Log in to the My.Protegrity portal.

  2. Navigate to Product Management > Explore Products > AI Team Edition > Platform & Features.

  3. Navigate to Platform Installation.

  4. From the Actions column for Protegrity Provisioned Cluster, click the Download Product icon to download the PPC 1.1 archive.

  5. Create a deployment directory on the jumpbox.

    mkdir deployment && cd deployment
    
  6. Copy the PCT to the deployment directory on the jump box.

  7. Extract the PCT.

    tar -xvf PPC-K8S-ALL_1.1.0.97.tar
    

Last modified : July 29, 2026