| Crates.io | kube-secrets |
| lib.rs | kube-secrets |
| version | 0.6.0 |
| created_at | 2021-09-06 21:25:27.87754+00 |
| updated_at | 2026-01-15 11:04:23.130184+00 |
| description | Command line utility to quickly display useful secrets in a Kubernetes namespace |
| homepage | https://github.com/frankwiles/kube-secrets |
| repository | |
| max_upload_size | |
| id | 447712 |
| size | 159,719 |
This is a command line utility for quickly looking at secrets in a Kubernetes namespace that are typically looked at by humans. It specifically hides secrets which are TLS certificates, Helm charts, and Docker credentials.
For Mac OSX:
$ brew install frankwiles/tools/kube-secrets
or build it from source:
$ cargo install kube-secrets
List all of the useful secrets in namespace fakespace. (These are fake secrets in a fake namespace in case you're worried)
$ secrets fakespace

List all of the secrets in namespace fakespace whose name contains the string token
$ secrets fakespace token

And if you mistakenly look for secrets in a namespace that doesn't actually exist, it let's you know that.
$ secrets bob
