PCF Health Check

You need to perform a health check to ensure that all the services are running and nodes are in ready state. To perform a health check:

  1. Log in to master node and use the following configuration:

    kubectl get pods -n smi 
    kubectl get nodes 
    kubectl get pod --all-namespaces -o wide 
    kubectl get pods -n pcf-wsp -o wide 
    kubectl get pods -n cee-wsp -o wide 
    kubectl get pods -n smi-vips -o wide 
    helm list 
    kubectl get pods -A | wc -l 
    
Important

Ensure that all the nodes are in the ready state before you proceed further. Use the kubectl get nodes command to display the node states.