Verify the System and Services

You can verify the status of the Visibility Manager system and services with four simple commands.

About this task

Take the following steps on the node that you want to verify.

Procedure

  1. Verify that all system pods are in Running state.
    # kubectl get pods -A
  2. Verify that the microservices are present on the node.
    # kubectl get svc -A
  3. Verify that persistent volumes are in Bound state.
    # kubectl get pv
  4. Verify that persistent volume claims are in Bound state.
    # kubectl get pvc -n xvm