Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save NorthTexasCreative/b253495372704c549f4720738b80239e to your computer and use it in GitHub Desktop.

Select an option

Save NorthTexasCreative/b253495372704c549f4720738b80239e to your computer and use it in GitHub Desktop.
Kubernetes Dashboard Secret Retrieval
kubectl -n kube-system get secret |grep kubernetes-dashboard-token |cut -f1 -d ' ' | xargs kubectl -n kube-system describe secret
@NorthTexasCreative
Copy link
Author

Retrieves k8s user secret for UI login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment