kubernetes

Kubernetes Secret Manifest Decoder

decode base64 Secret data from JSON maps or full Kubernetes Secret manifests into plain JSON and .env output

Ready

Choose whether to decode a raw Secret data map or a full Kubernetes Secret manifest.

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.

Use Cases

  • Run Kubernetes Secret Manifest Decoder while debugging API responses and config snippets.
  • Share normalized output from Kubernetes Secret Manifest Decoder with teammates quickly.
  • Use Kubernetes Secret Manifest Decoder as part of a repeatable local text-processing workflow.

Examples

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"
}

FAQ

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>.