Description
Turns Kubernetes Secret values into readable text so administrators can inspect what a cluster configuration actually contains. This helps when checking deployments, debugging configuration, or confirming that the expected value was stored.
Kubernetes Secrets are often base64-encoded, not safely encrypted for local viewing. Treat the output as sensitive data: it may expose passwords, tokens, certificates, or private service settings in the terminal.