Skip to content

Instantly share code, notes, and snippets.

@StevenACoffman
Last active August 19, 2018 20:30
Show Gist options
  • Select an option

  • Save StevenACoffman/b3e80d671054be9b50471f24105b63b3 to your computer and use it in GitHub Desktop.

Select an option

Save StevenACoffman/b3e80d671054be9b50471f24105b63b3 to your computer and use it in GitHub Desktop.
Yaml.md

From Kelsey Hightower

No:
  Body:
    Wants:
      To:
        Write:
          - yaml

Also from Jakub Korab on twitter;

{
	"but": {
		"oh": {
			"my": {
				"goodness": ["still", "so", "much", "better", "than"],
				"json": ":P"
			}
		},
		"description": "Nothing to do with kubernetes. Just saying."
	}
}
  1. Configuration languages are too complex; YAML is much simpler and easier to understand.
  2. Declarative YAML configuration is brilliant.
  3. Lots of our things look similar, we have too much copy and pasted YAML.
  4. We’ve written a tool which uses templates and parameters to dynamically generate our YAML
  5. The declarative YAML format now supports conditional, iteration, and inheritance syntax; it is now turing complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment