Kubectl tips and tricks

Hi

I found a little useful tool : shows kubernetes secret with values base64 decoded


e.g :

kubectl get secret my-secret -o yaml | ksd
2 Likes