A Beginner's Guide to K8s
YMAL file :
It is basically human readable data serialization language.
In YAML you can store only data, and not commands.
Simple and easy to read and write.
Where YAML is used : Kubernetes (YMAL format), Docker Compose, Ansible, CI/CD.
Advantages of...
breaking-into-devops.hashnode.dev5 min read