VERIFICATION
-
To verify the CMS deployment, execute the below command on the Management Node to list all the deployments and pods
-
Execute the below commands to determine LFR deployment status and pods
-
helm status vsp-cms -n virsec
(if helm install command is used for CMS installation)
-
kubectl get pods -n virsec
-
-
Execute the below command to obtain CMS URL
-
kubectl get svc vsp-cms -n virsec
-