Creating and connecting to the kubernetes dashboard on AWS EKS
Last updated 5 years ago
Was this helpful?
AWS doesn't have a managed dashboard and does not automatically deploy the for you. Follow to deploy it to your cluster.
kubectl -n kube-system describe secret \ $(kubectl -n kube-system get secret \ | grep eks-admin \ | awk '{print $1}') # Outputs Data ==== ca.crt: 1025 bytes namespace: 11 bytes token: <token> <-- This is your guy
kubectl proxy
Login with your token at: