Kubernetes 1.34 introduces KYAML, a strict subset of YAML designed specifically for Kubernetes that addresses common YAML frustrations. KYAML eliminates whitespace sensitivity, resolves the "Norway Problem" with consistent quoting, uses JSON-like syntax with braces and brackets, while maintaining YAML compatibility and supporting comments and trailing commas. The format can be used with kubectl using the `-o kyaml` flag and works with existing manifests and Helm charts without additional configuration.
2 Comments
Sort: