Seal from stdin with scope sealed-secrets

Create and seal a secret in cluster-wide scope

kubectl create secret generic mysecret --dry-run=client --from-literal=token=abc123 -o yaml | kubeseal --scope cluster-wide -o yaml
more sealed-secrets all 11 commands →