kubeseal
Verified for current stable LTS
Kubeseal Commands
Kubeseal command syntax with verified terminal examples.
Commands
8 commands for Kubeseal
kubeseal HTTP
Kubeseal Command: Encrypt Kubernetes Secret Json Output
kubeseal < <secret.yaml> > <sealedsecret.json> kubeseal HTTP
Kubeseal Command: Encrypt Kubernetes Secret Output Format
kubeseal < <secret.yaml> -o <yaml|json> --token <my-bearer-token> > <sealedsecret.yaml> kubeseal Operations
Kubeseal Command: Encrypt Raw Secret From File
kubeseal --raw --from-file <path/to/secret.txt> --name <my-secret> --scope <strict|namespace-wide|cluster-wide> > <sealedsecret.yaml> kubeseal HTTP
Kubeseal Command: Fetch Controller Public Certificate
kubeseal --fetch-cert --username <username> --password <password> > <cert.pem> kubeseal Operations
Kubeseal Command: Merge Secret Into Existing Sealedsecret
kubeseal < <secret.yaml> --merge-into <sealedsecret.yaml> kubeseal HTTP
Kubeseal Command: Seal Secret Offline Using Certificate
kubeseal < <secret.yaml> --cert <cert.pem> > <sealedsecret.yaml> kubeseal Operations
Kubeseal Command: Seal Secret Specific Controller Namespace
kubeseal < <secret.yaml> --controller-namespace <controller-namespace> --controller-name <controller-name> > <sealedsecret.yaml> kubeseal Operations
Kubeseal Command: Validate Sealedsecret Without Application
kubeseal < <sealedsecret.yaml> --validate Suggest a Kubeseal Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Kubeseal workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.