About Kubernetes Secret Manifest Decoder
Kubernetes Secret Manifest Decoder helps you decode base64 secret data from json maps or full kubernetes secret manifests into plain json and .env output directly in your browser with no backend dependency.
kubernetes
decode base64 Secret data from JSON maps or full Kubernetes Secret manifests into plain JSON and .env output
Choose whether to decode a raw Secret data map or a full Kubernetes Secret manifest.
Kubernetes Secret Manifest Decoder helps you decode base64 secret data from json maps or full kubernetes secret manifests into plain json and .env output directly in your browser with no backend dependency.
Sample Kubernetes Secret Manifest Decoder transformation output.
Input
{
"DATABASE_URL": "cG9zdGdyZXM6Ly9sb2NhbGhvc3Q6NTQzMi9hcHA=",
"API_KEY": "YWJjMTIz"
}
Output
{
"DATABASE_URL": "postgres://localhost:5432/app",
"API_KEY": "abc123"
}
Idempotent rerun example for Kubernetes Secret Manifest Decoder when applicable.
Input
{
"DATABASE_URL": "postgres://localhost:5432/app",
"API_KEY": "abc123"
}
Output
{
"DATABASE_URL": "postgres://localhost:5432/app",
"API_KEY": "abc123"
}
Does Kubernetes Secret Manifest Decoder send my data to a server?
No. Execution happens in your browser tab.
Can I share a direct URL for Kubernetes Secret Manifest Decoder?
Yes. Every tool has its own indexable route under /tools/<slug>.