Ashmita Duttaashmitechnicals.hashnode.dev·Dec 2, 2024Setting Up Passwordless Authentication, Ansible Inventory, and Installing Nginx with Ansible PlaybooksIn this blog, we will dive into three key concepts for managing your EC2 instances with ease: Passwordless Authentication, Ansible Inventory, and Installing Nginx with Ansible Playbooks. These tools are invaluable for automating tasks and ensuring sm...ansible
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...Devops
Vibhanshu Singhsinghvibhanshu.hashnode.dev·Nov 17, 2024Simple YAML Basics: A Beginner's GuideYAML: 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...26 readsDevops
Kingdavid Ochaikd9.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...Docker
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...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...1 likeansible
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...2 likes·32 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...11 likes·175 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...50 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...Docker