Ops prefers indentation-based, human-friendly templates for Kubernetes manifests and many automation tools in the city platform. Which format fits that preference?
Select an answer to reveal the explanation.
Short Explanation
YAML is the indented, people-friendly cousin that Kubernetes manifests and lots of ops tools love. If you are counting spaces instead of braces, you are probably in YAML land.
Full Explanation
YAML is a human-readable, indentation-based serialization format commonly used for Kubernetes manifests and many infrastructure and configuration tools. Teams often prefer it for readability compared with denser alternatives, while still keeping definitions in version control.