DevOps in K8s — YAML + Three Tricks to Write K8s Object File

DevOps in K8s bootcamp series

Tony

--

YAML, which stands for “Yet Another Markup Language,” is a text-based format used for configuration data. Kubernetes (K8s) supports creating resource objects in both YAML and JSON formats, which facilitate message exchange between interfaces and are suitable for development. However, YAML has gained more…

--

--