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]