Skip to content

Using Privacera Manager

Prerequisites

You will be using Privacera Manager after you have met the prerequisites and done the basic configuration of vars YAML files. If you have not done so, please refer to the Prerequisites section and carry out the steps for your cloud provider. Also do the Basic Configuration of vars YAML files.

QuickStart

You will be using the following three commands after you have done the basic configuration. Every time, you modify the vars YAML files, you will need to run these 3 commands.

Step 1 - Setup which generates the helm charts. This step usually takes few minutes.

Bash
cd ~/privacera/privacera-manager
./privacera-manager.sh setup
Step 2 - Apply the Privacera Manager helm charts.
Bash
cd ~/privacera/privacera-manager
./pm_with_helm.sh upgrade

Install or upgrade monitoring stack

This is an optional step which is used to install or update the settings for Prometheus that will be installed in your Privacera namespace for monitoring Privacera services.

This is supported only on AWS cloud and requires AWS Load Balancer Controller (Ingress setup).

Skip this if using AWS (without AWS Load Balancer Controller) or Azure or Google Cloud.

Bash
cd ~/privacera/privacera-manager
./pm_with_helm.sh install-monitoring

Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.

Bash
cd ~/privacera/privacera-manager
./privacera-manager.sh post-install

Comments