Access the Dashboard

Now we can access the Kubernetes Dashboard

  1. In your Cloud9 environment, click Tools / Preview / Preview Running Application
  2. 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.

Token page

Then press Sign In.

If you want to see the dashboard in a full tab, click the Pop Out button, like below: popout