Difference between revisions of "Base64 --decode"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== See also == | == See also == | ||
* {{base64}} | * {{base64}} | ||
+ | * {{kubectl secret}} | ||
[[Category:Base64]] | [[Category:Base64]] |
Revision as of 06:14, 5 July 2022
echo "yourbase64token" | base64 --decode
kubectl get secret mykubedashboard-kubernetes-dashboard-token-8wfsh -o jsonpath="{.data.token}" | base64 --decode; echo
kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode; echo
See also
Advertising: