Kubernetes Concepts - Introduction to YAML
What is YAML?
YAML is a data serialization language that is human-friendly. Its primary goals are simplicity and readability.
Think of YAML as JSON without the ugly parts. It’s like JSON’s more elegant cousin.
YAML is being widely adopted for stor...
shounakkhulape.hashnode.dev4 min read