Bhavesh Yadavbhavesh070.hashnode.dev·Nov 19, 2024Understanding .yamlWhat is YAML? YAML stands for "YAML Ain't Markup Language", emphasizing that it is not meant for document markup but for configuration. It is a human-readable data serialization standard that uses indentation for structure, making it simple and int...DiscussDevops
Vibhanshu Singhsinghvibhanshusblog.hashnode.dev·Nov 17, 2024A very basic guide to YAMLYAML: Yet Another Markup Language [Previous]YAML: YAML Ain’t Markup Language (RECURSIVE it is 😅) [Nowadays]Example of Markup Language: HTMLQ: What is the use of markup language?A: It provides child-parent relations. Not a programming language. Bas...DiscussDevops
KingDkd9.hashnode.dev·Nov 16, 2024Advanced DockerIn the last post building-docker-stacks, we learned how to assemble a multi- container stack to serve a single web application (WordPress). This post will complete our Docker-specific exploration, and future posts will build upon the skills we’ve lea...DiscussDocker
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
Ritik Singhritik-singh.hashnode.dev·Nov 11, 2024Ansible for Beginners: Your Step-by-Step Guide to Getting Started with AutomationAutomation is the future of IT infrastructure management, and if you're new to this field, Ansible is a fantastic place to start. Ansible, an open-source tool developed by Red Hat, simplifies complex tasks like configuration management, application d...Discussansible
Fauzeyafauzeya.hashnode.dev·Nov 7, 2024Day 18 🚀Getting Hands-On💻 with Docker Compose for DevOps Engineers🐳Docker Compose Docker Compose simplifies running multi-container applications by allowing you to define services, networks, and volumes in a single YAML file. Here’s how to set up and use Docker Compose to manage containerized applications. Why Docke...Discuss·2 likes·30 readsDocker
Shaheer Ahmadshaheerahmad.hashnode.dev·Nov 6, 2024Creating an Azure DevOps Pipeline to Clone a GitHub Repository to an Azure DevOps RepositoryIf you’re looking to clone a GitHub repository into an Azure DevOps repository and keep the two in sync, an Azure DevOps pipeline can handle this for you automatically. This pipeline will clone the code from a GitHub repository, set up the Azure DevO...Discuss·10 likes·155 readsshaheer365
Ronny Bräunlichblog.code-n-roll.dev·Nov 5, 2024Kotest - YAML matchersI am happy to tell you all about an upcoming Kotest feature that will be in one of the future versions (hopefully the next one ;) ) of Kotest: YAML matchers What makes those matchers special for me is that they are my first contribution to the Kotest...Discuss·42 readsKotest
Mohd Salmandockerlearning.hashnode.dev·Nov 4, 2024🚀 My Docker & DevOps Learning Journey ! 🚀Day 13: Wrapping Up Docker Basics – Diving Into Volumes & Networks in Docker Compose 🚀 Today was the final day of my Docker journey, and I focused on adding volumes and networks in Docker Compose files. These are essential components for managing da...DiscussDocker
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Oct 27, 2024Docker Compose & YamlDocker Compose Docker Compose is a tool that allows you to define and manage multi-container Docker applications using a simple YAML file called docker-compose.yml. With Docker Compose, you can: Define Services: Specify the various services that mak...Discuss·2 likesDocker