<< PREVIOUS  NEXT >>

 

REMOTE vRULE ENGINE DEPLOYMENT 


  1. Log in to the Artifactory site using Virsec-provided credentials from the local machine

  2. Navigate to the directory vsp > releases > public > 2 > 2.9 > <Patch_Version> > Helm

  3. Right-click on the file vsp-vrule-<RELEASE_VERSION>.tgz, listed on the page and download it to the local system

    1. Log in to the Management Node

    2. Copy the downloaded file vsp-vrule-<RELEASE_VERSION>.tgz

  4. Install VSP Remote vRule Engine using the below commands (using either Method 1 or 2)

    1. Method 1: Using helm install command

      1. Helm 3

         

        helm install <UNIQUE_DEPLOYMENT_NAME> ./vsp-vrule-<RELEASE_VERSION>.tgz --namespace virsec

         

      2. Helm 2

         

        helm install --name <UNIQUE_DEPLOYMENT_NAME> ./vsp-vrule-<RELEASE_VERSION>.tgz --namespace virsec

         

    2. Method 2: Using kubectl command

      1. Helm 3

         

        helm template <UNIQUE_DEPLOYMENT_NAME> ./vsp-vrule-<RELEASE_VERSION>.tgz --namespace virsec

         

      2. Helm 2

         

        helm template --name <UNIQUE_DEPLOYMENT_NAME> ./vsp-vrule-<RELEASE_VERSION>.tgz --namespace virsec

         

      3. kubectl apply -f vsp-vrule.yaml

         

         

 

<< PREVIOUS  NEXT >>