Simon Axelsennomisoft.hashnode.dev·Nov 9, 2024Pre- and post deployment approvals in YAML pipelinesBack in June 2020, Microsoft released multi-stage pipelines. Up until then, we would use Builds and Releases to build and deploy the software, respectively. The classical Release pipeline had the ability to add pre- and post-deployment approvers to a...azure-devops
Yash Dugriyaldockerinsights.hashnode.dev·Sep 15, 2024Understanding YAML: The Backbone of Kubernetes ConfigurationsWhat is YAML and Why is It So Popular? Imagine you’re assembling a piece of furniture. The instructions tell you how many screws you need, which pieces go together, and what the final product should look like. YAML works similarly for computers and a...1 like·26 readsYAML
Amitt Ashokamittashok.hashnode.dev·Aug 3, 2024Getting Started with YAML: A Quick GuideWhat is YAML? In today's automation world, understanding YAML is important because its syntax is used in many applications to automate various tasks. Most databases are stored in the format of key-value pairs like first_name, middle_name, and last_na...Devops
Varsha Guptavarshagupta.hashnode.dev·Jun 23, 2024Understanding YAML: A Beginner's GuideYAML, which stands for YAML Ain't Markup Language, is a human readable data serialization language which is often use for writing configurations file. It can also be used in conjunction with any programming language. Due to YAML’s syntax, it’s consid...Parse a yaml
Vishwajeet Singhvishsig.hashnode.dev·Jun 14, 2024Understanding YAML: A Beginner's GuideWhat is YAML ? YAML is data serialization language & used to create configuration files. Before YAML was defined as Yet Another Markup Language, but now it's defined as YAML ain't markup language. I'll tell you the reason later. Why and where is it ...YAML
Zain Ul Abidinzainulabidin.hashnode.dev·Feb 5, 2024Mastering YAML from ScratchYAML has become really popular in DevOps tools, like Docker, Kubernetes, Ansible, and Prometheus. The reason it's so widely used is that it's super easy for humans to read and understand. In this post, we'll learn just enough about YAML so that anyon...27 readsyaml zero to hero