Kubectl reveal secrets
Go to file
Nikolai Rodionov 0af0d5a1ed
Create releases on tags
2023-06-01 21:23:48 +02:00
completions The first version of the script it here 2023-06-01 19:46:29 +02:00
.drone.yml Create releases on tags 2023-06-01 21:23:48 +02:00
LICENSE Initial commit 2023-06-01 08:14:42 +00:00
README.md Format the README a bit 2023-06-01 19:47:16 +02:00
kubers Add a drone pipeline to release 2023-06-01 19:56:30 +02:00

README.md

kubers

Kubecl Reveal Secrets

kubers is a super simple tool that reveals k8s secrets using kubectl and yq

Usage: kubers [-V | --version] [-h | --help] [-n | --namespace ] [-c =] <secret_name> [<entry_name>]

Examples: If you want to reveal all entries in the current k8s namespace $ kubers

If you want to reveal only one entry from the secret in the current namepspace $ kubers

If you want to reveal a secret from another namespace $ kubers -n