Skip to main content

Privacera Platform

Table of Contents

About Privacera Manager (PM)

:

Privacera Manager (PM) is an installation framework for installing and updating Privacera Platform components. Privacera Manager provides a framework, process, installation components, configuration scripts, and property files for deploying, installing, and managing the deployment of all other Privacera components to target environments. Working within the Privacera Manager framework, you identify Privacera Platform components to be installed, configure those components by editing the properties, and then invoking Privacera Manager.

In addition to the 'core' functions: Access Management, Discovery, and Encryption, there are integration options for data repository systems, authentication integration options (AD/LDAP), optional SSO, security options, and audit logging options. Privacera Manager provides individual configuration files to support each of these options.

PM_Features.jpg

The general process for using Privacera Manager is similar for deployments on all Cloud Providers and Native Clouds. Some of the steps are adjusted for each based on the Cloud providers native capabilites and services. The first step is to let Privacera Manager know the Cloud platform it is operating in.

Privacera Manager itself is deployed using Docker with Docker Compose. Once Privacera Manager is in place, it then runs and deploys Privacera Platform components either as Docker containers or within a Kubernetes cluster, so the second step is to select a preferred deployment. The choice will depend on your deployment objectives, target cloud platform and data repository types, and specific Privacera components. After selecting your cloud platform, the second step is to select a deployment:

  1. Docker/Docker Compose will be the right choice for 'single-node' configurations. A single-node, Docker deployed Privacera Platform uses fewer resources, but may not scale as well. This is ideal for PoC and not recommended for production.

  2. A Kubernetes deployed Privacera Platform may use more resources but will scale, taking advantage of Kubernetes' ability to expand and add computation, memory, and storage resources, as needed.

PM-Architecture.jpg

Privacera Manager CLI

Privacera Manager can be installed and run in a command-line interface (CLI), this provides fine grain control and is ideal for automation using CI/CD.

Upgrade Privacera Manager

Once installed, you can upgrade your version of Privacera Manager as new versions of the product are released.