...
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
To verify that all three nodes are available, enter:
Code Block kubectl get nodes
The output from the command is similar to the following: (k8s v1.27.9 in our case, it might be different for you)
...