<< PREVIOUS NEXT >> 

 

VERIFICATION


 

 ON MANAGEMENT NODE

  1. Using the below command, verify that the deployed pods are running:

    1. kubectl get deployments <deployment_name>

       

       

    2. kubectl describe deployment <deloyment_name>

       

       

  2. Using the below command, verify that the deployed containers are running:

    1. kubectl get pods <pod_name>

       

       

    2. kubectl describe pod <pod_name>

       

       

  3. Refer Section Trouble Shooting to attach to a running container and view more information

 

 ON CMS

  1. Log in to CMS UI

  2. Navigate to Deploy > Probes in the left navigation pane. The container is in Connected state

    Picture 28

  3. Navigate to Manage > Web > Application Provisioning in the left navigation pane

    1. The application is now locked and the instance shows 100% in Progress tab

      Picture 32

  4. Navigate to Monitor > Overview in the left navigation pane

    1. Application is in Normal state

      Picture 76

  5. Verify VSP Host is running on CMS:

    1. Navigate to Manage > Host > Host Protection in the left navigation pane

    2. On the listed profile that matches the name of the application deployment, select the below icon

      Picture 77

    3. Verify that the newly-launched VSP-protected application container is listed and has a blue symbol (denoting the application instance is healthy and running).

      Picture 78

 

<< PREVIOUS NEXT >>