Preparing for PPC deployment

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

This section describes the steps to download and extract the recipe for deploying the PPC.

Note: If you have set up the jump box previously, then from /deployment/iac_setup/ directory, run the make clean command. 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 make clean.

  1. Log in to the My.Protegrity portal.

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

  3. From the Release list, select a release version.

  4. From Platform and Feature Installation, click the Download Product icon.

  5. Create a deployment directory on the jumpbox.

    mkdir deployment && cd deployment
    
  6. Copy the archive to the deployment directory on the jumpbox.

  7. Extract the archive.

    tar -xvf PPC-K8S-64_x86-64_AWS-EKS_1.0.0.x
    

Last modified : April 06, 2026