Skip to main content

Privacera Platform

Discovery in Kubernetes
:

This section provides setup instructions for Privacera Discovery for a Kubernetes based deployment.

Prerequisites

Ensure the following prerequisite is met:

  • Privacera services must be deployed using Kubernetes.

  • Embedded Spark must be used.

CLI configuration
  1. SSH to the instance where Privacera is installed.

  2. Run the following commands.

    cd ~/privacera/privacera-manager
    cp config/sample-vars/vars.discovery.kubernetes.yml config/custom-vars/
    vi custom-vars/vars.discovery.kubernetes.yml
    
  3. Set value for the following. For property details and description, refer to the Configuration Properties below.

    DISCOVERY_K8S_SPARK_MASTER: "${PLEASE_CHANGE}"
Configuration properties

To get the value of the variable, do the following:

  1. Get the URL for Kubernetes master by executing kubectl cluster-info command.

  2. Copy the Kubernetes control plane URL and paste it.

    kubernetes_url.jpg