Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allanger/kubers
Kubecl Reveal secrets
https://github.com/allanger/kubers
cli devops k8s kubectl kubernets
Last synced: 17 days ago
JSON representation
Kubecl Reveal secrets
- Host: GitHub
- URL: https://github.com/allanger/kubers
- Owner: allanger
- License: other
- Created: 2023-06-01T21:19:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T14:42:12.000Z (about 1 year ago)
- Last Synced: 2023-11-25T15:30:34.623Z (about 1 year ago)
- Topics: cli, devops, k8s, kubectl, kubernets
- Language: Shell
- Homepage: https://git.badhouseplants.net/allanger/kubers
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubers
> Kubecl Reveal Secretskubers is a super simple tool that reveals k8s secrets using kubectl and yq
The tool requires `yq` and `kubectl`
Usage:
kubers [-V | --version] [-h | --help] [-n | --namespace ] [-c =]
[]Examples:
If you want to reveal all entries in the current k8s namespace
```
$ kubers $SECRET_NAME
```
If you want to reveal only one entry from the secret in the current namepspace
```
$ kubers $SECRET_NAME $SECRET_ENTRY
```If you want to reveal a secret from another namespace
```
$ kubers -n $SECRET_NAME
```