<< PREVIOUS  NEXT >>

 

APPLICATION DEPLOYMENT WITH VSP COMPONENTS


  1. Create a secret for Virsec Container Registry using the below command:

    1. kubectl create secret docker-registry regcred --docker-server="artifacts.virsec.work" --docker-username="<Virsec_Artifactory_username>" --docker-password="<Virsec_Artifactory_password>" -n <Target_Namepace>

       

  2. Create a secret for Application Container Registry using the below command (if  required):

    1. kubectl create secret docker-registry regcred-app --docker-server="<Docker_Server>" --docker-username="<Docker_username>" --docker-password="<Docker_password>" -n <Target_Namepace>

       

  3. For Kubernetes-based deployments, deploy VSP-protected Application Pod using the below command

    1. kubectl apply -f <Modified Application yaml file>

       

  4. For container-only environments, use the appropriate command to deploy the VSP-version of the application container