SMF Health Check

You need to perform an health check to ensure that all the services are running and nodes are in ready state. To perform an 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 smf-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 services are running and nodes are in ready state before you proceed further.