<< PREVIOUS  NEXT >>

 

APPLICATION DEPLOYMENT WITH VSP COMPONENTS


  1. If the application is run in a non-default namespace, execute the below command to ensure the VSP sidecar can be pulled:

    1. kubectl get secret regcred --namespace=virsec -o yaml | sed 's/namespace: virsec/namespace: <TARGET_NAMESPACE>/g' | kubectl create -f -

       

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

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

       

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