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 cloud installations, connect to the bastion host
-
- 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 for the workaround.