1. Beautifying a Kubernetes Manifest
DevOps EngineerBackground
A DevOps engineer has a messy Kubernetes deployment YAML file with inconsistent spacing that causes deployment errors.
Problem
The manifest has mixed 2-space and 4-space indentations, making it hard to debug.
How to use
Paste the messy YAML into the input, set the Indent Size to 2, select Beautify mode, and copy the formatted output.
Indent Size: 2, Mode: BeautifyOutcome
The Kubernetes manifest is perfectly aligned with consistent 2-space indentation, resolving syntax issues.