Privacy Dynamics Self-hosted

Installing Replicated

Install Replicated

The Privacy Dynamics Installer is powered by Replicated and its Kubernetes Off-the-Shelf (KOTS) product. Once the Kubernetes cluster and managed database are provisioned, follow the steps below to install the Replicated CLI on your local computer.

Download the Replicated tool, KOTS

curl https://kots.io/install | bash

Install Replicated software on the cluster

Replace the shared-password value with a complex password in the command below. This password will be used to access the Privacy Dynamics Installer (also called KOTS admin console). Privacy Dynamics will send you the license file license.yaml. If license.yaml is in a different directory, then give the path to the file in the following command.

$ kubectl kots install pvcy/stable \
 --namespace pvcy \
 --license-file license.yaml \
 --shared-password password1 \
 --skip-preflights \
 --wait-duration=10m

 • Deploying Admin Console
  • Creating namespace ✓
  • Waiting for datastore to be ready ✓
  • Waiting for Admin Console to be ready ✓

  • Press Ctrl+C to exit
  • Go to http://localhost:8800 to access the Admin Console

Go to http://localhost:8800 to access the admin console. You can open http://localhost:8800 in a browser and enter the password specified above to log in.

Tip

If you forget your password and need to reset it, use the command kubectl kots reset-password -n pvcy.

To access the Privacy Dynamics Installer later (without re-installing the app), run:

kubectl kots admin-console --namespace pvcy
Previous
Configure Cluster
Next
Install Privacy Dynamics