How to decode secrets in k8s?

Check how the data is stored by: $ kubectl describe secret <secret-name> -n <namespace>  Now, use the value under Data…