Yaml file Basics for Devops and Kubernetes
Basics
YAML file is a text-based file used for configuration files, data serialization, and exchange between different as a format for storing structured data.
Example
---
name: John Doe
age: 30
email: john@example.com
Sample_names:
- John
- Sam
- Dw...
ajaytekam.hashnode.dev3 min read