APPLICATION DEPLOYMENT WITH VSP COMPONENTS
-
If the application is run in a non-default namespace, execute the below command to ensure the VSP sidecar can be pulled:
-
kubectl get secret regcred --namespace=virsec -o yaml | sed 's/namespace: virsec/namespace: <TARGET_NAMESPACE>/g' | kubectl create -f -
-
-
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