☸️ Kubernetes Utility
Kubernetes Secret Generator
Paste your .env content to generate a ready-to-apply Secret YAML manifest with automatic Base64 encoding.
Waiting for input...
Warning: Base64 ≠ Encryption
Kubernetes Secrets are only Base64 encoded, not encrypted. Anyone with access to the YAML can decode them. For real security, share the source `.env` file via a burn-on-view link.
About Kubernetes Secrets
Kubernetes `Secret` objects let you store sensitive information, such as passwords, OAuth tokens, and SSH keys. However, by default, they are stored unencrypted in etcd and only Base64 encoded in the YAML result.
Why use this tool?
Manually running base64 on every value in your `.env` file is tedious and prone to copy-paste errors (like including newlines). This tool automates the process entirely in your browser.