LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

k8sec

manages Kubernetes secrets from the command line

TLDR

List secrets
$ k8sec list
copy
Get secret value
$ k8sec get [secret-name]
copy
Set secret
$ k8sec set [secret-name] [key=value]
copy
Delete secret key
$ k8sec unset [secret-name] [key]
copy
List in namespace
$ k8sec list -n [namespace]
copy
Dump secret as env
$ k8sec dump [secret-name]
copy

SYNOPSIS

k8sec command [options]

DESCRIPTION

k8sec manages Kubernetes secrets from the command line. It simplifies viewing and editing secret values.The tool decodes base64 automatically. It provides an easier interface than kubectl for secret management.

PARAMETERS

list

List secrets.
get NAME
Get secret values.
set NAME KEY=VALUE
Set secret key.
unset NAME KEY
Remove secret key.
dump NAME
Export as env vars.
-n NAMESPACE
Kubernetes namespace.
--help
Display help information.

CAVEATS

Requires kubeconfig. Secrets stored base64. Consider RBAC permissions.

HISTORY

k8sec was created to simplify Kubernetes secret management with a more intuitive command-line interface.

SEE ALSO

kubectl(1), kubeseal(1), vault(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid