blog of markus dobel
  • blog
  • tags
  • about
blog of markus dobel

kubernetes


Displaying Kubernetes Secrets in Plain Text

Shell script to base64-decode Kubernetes Secrets on the fly.

 Posted on October 12, 2022  |  1 minutes  |  189 words  |  Markus Dobel

Kubernetes Secret values are Base-64 encoded. Looking up a secret value using kubectl is somewhat uncomfortable, because you always need to copy/base64-decode the result.

This small shell script automates this step, and gives you the plain values (in json) straight away.

[Read More]
kubernetes  scripts 

Markus Dobel  • © 2022  •  blog of markus dobel

Hugo v0.104.3 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll