<< PREVIOUS  NEXT >>

 

VSP COMPONENT INSTALLATION IN APPLICATION CONTAINER (CI PHASE)


Picture 1073742015

 

For VSP Web or VSP Memory, the application base container is transformed into a new container with “-vsp” appended to the name. This transformation is performed by Virsec Deployment Tool (VDT). 

  1. Log in to the Kubernetes node that has access to the Application image, VSP LFR and VSP CMS

  2. Add docker profile for artifacts.virsec.work if it does not exist. When prompted, provide the Virsec-provided Artifactory credentials to log in, by using the below command

    1. docker login artifacts.virsec.work

       

       

  3. Add docker profile for customer docker registry if it does not exist

    1. docker login <Customer_Docker_Registry_URL>

       

       

  4. Use either Method 1 or Method 2