17 minutes from now
Stop Writing Kubernetes YAML by Hand
Nobody remembers whether it is apps/v1 or batch/v1, or how deep spec.template.spec.containers nests. kubectl already knows. Let it write the skeleton with --dry-run=client -o yaml, then spend your attention on the parts that actually matter.