Now we can access the Kubernetes Dashboard
Scroll to the end of the URL and append:
/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
Open a New Terminal Tab and enter
aws eks get-token --cluster-name eksworkshop-eksctl | jq -r '.status.token'
Copy the output of this command and then click the radio button next to Token then in the text field below paste the output from the last command.
Then press Sign In.
If you want to see the dashboard in a full tab, click the Pop Out button, like below: