VERIFICATION
ON MANAGEMENT NODE
-
Using the below command, verify that the deployed pods are running:
-
kubectl get deployments <deployment_name>
-
kubectl describe deployment <deloyment_name>
-
-
Using the below command, verify that the deployed containers are running:
-
kubectl get pods <pod_name>
-
kubectl describe pod <pod_name>
-
-
Refer Section Trouble Shooting to attach to a running container and view more information
ON CMS
-
Log in to CMS UI
-
Navigate to Deploy > Probes in the left navigation pane. The container is in Connected state
-
Navigate to Manage > Web > Application Provisioning in the left navigation pane
-
The application is now locked and the instance shows 100% in Progress tab
-
-
Navigate to Monitor > Overview in the left navigation pane
-
Application is in Normal state
-
-
Verify VSP Host is running on CMS:
-
Navigate to Manage > Host > Host Protection in the left navigation pane
-
On the listed profile that matches the name of the application deployment, select the below icon
-
Verify that the newly-launched VSP-protected application container is listed and has a blue symbol (denoting the application instance is healthy and running).
-