Jeevang1nagarkar.hashnode.dev·Feb 8, 2025Understanding YAML: The Essential Guide for DevOps Engineers 🚀Introduction YAML (Yet Another Markup Language) is a widely used, human-readable format for configuration files. DevOps professionals, cloud engineers, and developers use YAML frequently in tools like Docker Compose, Kubernetes, Ansible, GitHub Actio...DockerYAML
Kanha Guptakanhasblog.hashnode.dev·Jan 31, 2025A Guide to YAMLs - DevOps FoundationHello Everyone ! 👋 Introduction Every cloud-native/DevOps tool uses YAML files for their configuration input, Infrastructure as Code (IaC), data serialization, and APIs.YAML stands for Yet Another Markup Language or YAML Ain’t Markup Language, depen...Devops
Amitt Ashokamittashok.hashnode.dev·Jan 31, 2025Kubernetes- Service & IngressUnderstanding Pod Communication and External Access to Services in Kubernetes In this article, we will explore how containers inside Pods communicate with each other and how external users can access services or applications running within a Kubernet...Kubernetes-Orchestration MasterKubernetes
Pratulmyspace233.hashnode.dev·Jan 28, 2025Streamline Your DevOps Workflow: Connect Jenkins and Azure DevOpsI'm excited to continue my DevOps learning journey and resume the "MyDevOpsSpace" series after months later. During this time, I’ve had the opportunity to step into a new role, which has provided a valuable shift in my focus. I’m thrilled to take the...MyDevOpsSpaceJenkins
Eric Torreborreetorreborre.blog·Jan 28, 2025We can do much betterI was really taken aback the other day by this piece of Terraform file: variable "db_username" { description = "Postgres username" type = string } The Terraform motto is “infrastructure as code”, but what I see above is a configuration file mas...498 readsAWS
Amitt Ashokamittashok.hashnode.dev·Jan 27, 2025Kubernetes- WorkloadDeployment This is a manifest file in YAML format that enhances the containers inside the pod, similar to how Tony Stark is empowered by the Iron Man suit. It includes features like replicas, rolling updates, autoscaling, and auto-healing. Replicas -...Kubernetes-Orchestration MasterDevops
Amitt Ashokamittashok.hashnode.dev·Jan 27, 2025Architecture of KubernetesThe architecture of Kubernetes is designed to make it easy to deploy, scale, and manage containerized applications. It consists of different components that work together to provide a flexible and robust platform. A cluster contains at least one mast...Kubernetes-Orchestration Masterk8s
Khushi TrivediforKeploy Community Blogkeploy.hashnode.dev·Jan 20, 2025FeaturedYAML vs YML: Developer’s Guide to Syntax and Ease of UseIt sounds funny to know, but YAML stands for "YAML Ain't Markup Language." Well, contrary to its unserious nomenclature, it’s considered a pretty widely used data serialization format known for good human readability and scalability. The theory becom...45 likes·149 readsYAML
Munilakshmi G J100daysdevops.hashnode.dev·Jan 20, 2025Day 87 of 100 Days : YAML Basics and Creating Ansible PlaybooksWelcome to Day 87 of my 100 Days of DevOps journey! Today, we're diving into YAML (Yet Another Markup Language) and exploring how to use it to create Ansible playbooks for infrastructure automation. Let's break it down step-by-step. What is YAML? YA...ansible
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Jan 15, 2025FeaturedDebugging Authorization: How Cerbos Makes Troubleshooting Access Issues a BreezeWhen you hear the word "authorization," what comes to your mind? Before I learned about it properly, I thought it was just about checking if someone was allowed to do something - like a simple yes or no gate. While that basic idea isn't wrong, there'...42 likes·150 readsdebugging