Nikolai Rodionov e89ef4c1ec
Better Readme
2023-06-01 23:24:05 +02:00
2023-06-01 21:23:48 +02:00
2023-06-01 19:56:30 +02:00
2023-06-01 08:14:42 +00:00
2023-06-01 23:24:05 +02:00

kubers

Kubecl Reveal Secrets

kubers 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 =] <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  
Description
Kubectl reveal secrets
Readme 37 KiB
Languages
Shell 100%