Skip to content

Instantly share code, notes, and snippets.

@xsqian
Created December 19, 2021 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xsqian/f347117c70ad086cd7cdd30f0949f3f4 to your computer and use it in GitHub Desktop.
Save xsqian/f347117c70ad086cd7cdd30f0949f3f4 to your computer and use it in GitHub Desktop.
decode a kubernetes secret
echo red | base64
# cmVkCg==
echo "cmVkCg==" | base64 -D
# red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment