Checking Cluster Status
To verify the success of the deployment, check the cluster status and make sure all pods are running.
You might need to wait 10 minutes or more for all pods to be in a Running or Completed state.
To check cluster status:
- Connect to the cluster by doing one of the following:
- For an on-premises installation, log in to the initial master node.
- For Azure, connect to the jump host.
- For AWS, connect to the bastion.
- Run the command:
kubectl get pods --all-namespaces - Review the output to determine the status of all pods.
If the Elasticsearch and Logstash pods enter into a CrashLoopBackOff state, refer to (Conditional – Intelligence) If Pods are in CrashLoopBackOff State and (Conditional – Intelligence) Getting Logstash to Running State when Using Self-signed Certificates for the workarounds.