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."
}
}
From rtyler: The Five Stages of YAML
- Configuration languages are too complex; YAML is much simpler and easier to understand.
- Declarative YAML configuration is brilliant.
- Lots of our things look similar, we have too much copy and pasted YAML.
- We’ve written a tool which uses templates and parameters to dynamically generate our YAML
- The declarative YAML format now supports conditional, iteration, and inheritance syntax; it is now turing complete.