Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To manage the resulting Kubernetes cluster with kubectl, download the access credentials of the cluster: (region eu-west-1 in our case, please replace it with your region)

    Code Block
    aws eks --region eu-west-1 update-kubeconfig --name HiveMQCluster
  2. To verify that all three nodes are available, enter:

    Code Block
    kubectl get nodes
  3. The output from the command is similar to the following: (k8s v1.27.9 in our case, it might be different for you)

...