Tools

Tools

Little helpers that run right in your browser. Type freely, because nothing gets uploaded.

Kubernetes manifest generator

Fill in a form, get clean Kubernetes YAML: a Deployment, plus a Service, Ingress and ConfigMap if you fancy them. Sensible security defaults come already switched on.

KubernetesYAML
Give it a spin

Password generator

Strong passwords built the way Australia's cyber security agency recommends: random words, at least 15 characters, with capitals and numbers dropped in at random spots.

SecurityACSC
Make me one

JSON minifier & beautifier

Paste JSON, squash it onto one line or spread it out neatly. Typos get a plain-English error with the exact line and column, and big numbers survive untouched.

JSONFormatter
Tidy some JSON

YAML formatter & validator

Paste YAML, get it tidied and checked. Comments stay put, numbers like 0755 stay exactly as written, and mistakes come with the line and column.

YAMLValidator
Check some YAML

Base64 encoder & decoder

Encode and decode text or files. PowerShell mode uses the encoding -EncodedCommand really expects, and decoding tells you exactly what's wrong when a string won't decode.

Base64PowerShell
Encode something