APPLICATION DEPLOYMENT WITH VSP COMPONENTS
-
Create a secret for Virsec Container Registry using the below command:
-
kubectl create secret docker-registry regcred --docker-server="artifacts.virsec.work" --docker-username="<Virsec_Artifactory_username>" --docker-password="<Virsec_Artifactory_password>" -n <Target_Namepace>
-
-
Create a secret for Application Container Registry using the below command (if required):
-
kubectl create secret docker-registry regcred-app --docker-server="<Docker_Server>" --docker-username="<Docker_username>" --docker-password="<Docker_password>" -n <Target_Namepace>
-
-
For Kubernetes-based deployments, deploy VSP-protected Application Pod using the below command
-
kubectl apply -f <Modified Application yaml file>
-
-
For container-only environments, use the appropriate command to deploy the VSP-version of the application container