Anish Maradeanishmarade.hashnode.dev·Nov 16, 2024A Comprehensive Guide to YAML: Syntax, Features, and Best PracticesYAML (YAML Ain’t Markup Language) is a user-friendly, human-readable data serialization standard widely used in configuration files, data exchange between systems, and more. Its simplicity and readability make it an excellent choice for developers, e...Discuss·10 likesYAML
Anasanasmansuri.hashnode.dev·Oct 7, 2024Getting Started with Kubernetes: A Beginner's Guide to YAML, Linux, and DockerKubernetes (K8s) 𝑫𝒆𝒗𝒆𝒍𝒐𝒑𝒆𝒅 𝒃𝒚 𝑮𝒐𝒐𝒈𝒍𝒆: Kubernetes, commonly referred to as K8s, was developed by Google, with predecessors Borg and Omega for managing large-scale data processing. 𝐎𝐩𝐞𝐧 𝐒𝐨𝐮𝐫𝐜𝐞: Open-sourced in 2014 and mainta...Discussnetewok
Denishdenish.hashnode.dev·Oct 6, 2024Unraveling YAML: Your Easy Guide to Mastering ConfigurationsWhat is YAML? 🧐 YAML is derived from the name YAML Ain’t Markup Language. Yup, you read that right. It address the distinct acronym that is entertaining, also an allusion to minimalism of the YAML. Instead of being like HTML, a markup language, YAML...Discuss·29 readsYAML
Yash DugriyalforDevOps Diariesdockerinsights.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...Discuss·1 like·26 readsYAML
prathu Dwivediprathu.hashnode.dev·Aug 21, 2024Getting Started with YAML: My Learning ExperienceRecently, I had the opportunity to dive into YAML, a key technology in DevOps, through Kunal Kushwaha's bootcamp. YAML, short for "YAML Ain't Markup Language," is a human-readable data serialization standard, commonly used for configuration files and...DiscussYAML
Dhruv Rajvanshidhruv-blogs.hashnode.dev·Aug 13, 2024Day-8 | Docker Advanced | Part-2Introduction to Docker Compose Docker Compose is a powerful tool that allows you to define and manage multi-container Docker applications. With Docker Compose, you can define your application’s services, networks, and volumes in a simple YAML file, a...Discuss·28 readsDevops
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 ...DiscussYAML
Rajesh Petheeklavvya.hashnode.dev·May 30, 2024Kubernetes Specifications TroubleshootingThis is part eight of a series of lab tasks from KodeKloud for Kubernetes. Master blog listing all parts can be seen here. Make sure to follow setup instructions for minikube on your PC. Task One of the Nautilus DevOps team members was working on to ...DiscussKubernetes
Gokulakrishnan Sgokuldevops.hashnode.dev·Apr 13, 2024Day - 76 of DevOpsWelcome to Day 76 of the #100DaysOfDevOps Challenge! Today we will see about Basic Syntax's part - 2 in YAML Language Strings # Strings don't require quotes: title: Introduction to YAML # But you can still use them: title-w-quotes: 'Introduction to ...DiscussAWS
Aryan Kalearyan25.hashnode.dev·Feb 15, 2024Day 15 Task: Python Libraries for DevOpsReading JSON and YAML in Python for DevOps As a DevOps Engineer, understanding how to parse various file formats like text files (txt), JavaScript Object Notation (JSON), YAML Ain't Markup Language (YAML), etc., is essential for automating tasks and ...Discuss·2 likesPython 3