Skip to main content

Privacera Documentation

Privacera Platform installation prerequisites

Before deploying Privacera Platform, you must determine:

  1. Choose a cloud provider: Amazon Web Services (AWS), Microsoft Azure or Google Cloud Platform (GCP).

  2. Select a deployment type: Docker or Kubernetes.

Choose a cloud provider

Privacera Platform can be installed on all major cloud infrastructures:

  • Amazon Web Services (AWS)

  • Microsoft Azure

  • Google Cloud Platform (GCP)

Select a deployment type

Next you need to decide whether to deploy Privacera Platform on a Virtual Machine as Docker Containers or in a Kubernetes Cluster. For production, it is highly recommended to use Kubernetes.

Kubernetes advantages:

  • Supports High Availability

  • Auto scaling of pods to meet performance requirements

  • Secure networking configurations

  • Integration with Kubernetes secrets

  • Easier management of services

  • Multiple options to monitor services and their availability

Docker advantages:

  • Privacera can be installed on a single Virtual instance

  • Easy to debug and customize

  • Recommended for performing proof of concept (PoCs)