💾 Archived View for freeshell.de › tldr › k8sec.gmi captured on 2023-09-28 at 16:37:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Command-line interface tool to manage Kubernetes secrets.
k8sec list
k8sec list {secret_name} --base64
k8sec set {secret_name} {key=value}
k8sec set --base64 {secret_name} {key=encoded_value}
k8sec unset {secret_name}
k8sec load -f {path/to/file} {secret_name}
k8sec dump -f {path/to/file} {secret_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).