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:

  1. 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.
  2. Run the command:
    # kubectl get pods --all-namespaces
  3. Review the output to determine the status of all pods.