SUBBARAMIREDDY KforSUBBARAMIREDDY K's team blogdevops-voyager.hashnode.dev·Sep 23, 2023YAML vs JSON vs XML.yaml.json.xml Human-readable codeHarder to readHarder to read Minimalist syntaxExplicit, strict syntax requirementsMore verbose Solely designed for dataSimilar inline style to YAML (some YAML parsers can read JSON files)Acts as a markup languag...DiscussYAML
SUBBARAMIREDDY KforSUBBARAMIREDDY K's team blogdevops-voyager.hashnode.dev·Sep 23, 2023What is YAML?YAML is a data serialization language for storing information in a human-readable form. YAML stands for "YAML Ain't Markup Language." YAML is not a Markup Language. YAML is used to store complex data in a compact and readable format. YAML was ori...DiscussDevops
Hardik Patelclearnote.hashnode.dev·Sep 23, 2023Learn about YAML/YML FilesThis article is based on the learnings from Kunal Kushwaha Introduction If you're new to YAML or wondering why it's crucial, stay tuned as we unravel the mysteries of this powerful data serialization language. So, Let's get started YAML Unveiled So, ...Discuss·8 likesYAML
Sourav Kumarsouravk.hashnode.dev·Sep 22, 2023How Deployment Works in KubernetesWelcome to our latest blog post, where we delve into the world of Kubernetes Deployment. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with the skills to deploy applications effectively. Let's get started! What is Depl...Discuss·36 readsk8s
Strawberry Labsblog.strawberrylabs.net·Sep 17, 2023Dockerizing a Node.js Application: A Comprehensive GuideIntroduction Docker has become an essential tool for developers aiming to simplify the process of application deployment and scaling. This tutorial will provide a detailed walkthrough of how to Dockerize a Node.js application, covering everything fro...Discuss·1 likeDocker
Vaishali Chavanvaishalisblog.hashnode.dev·Sep 12, 2023Getting Started With YAMLWhat is YAML? YAML was previously known as "Yet Another Markup Language" but now it's called "YAML Ain't Markup Language". Why YAML is not known as the markup language? Why full form changed? -> Markup languages are typically used for storing docu...Discuss·12 likesYAML
Anthony Simmonasimmon.hashnode.dev·Sep 10, 2023Convert complex YAML to .NET types with custom YamlDotNet type convertersWhen it comes to YAML serialization and deserialization in .NET, YamlDotNet is a go-to library with over 100 million downloads on NuGet. It is also integrated into various projects by Microsoft and the .NET team, despite the absence of an official Mi...Discuss.NET
Aman Mullaamanmulla.hashnode.dev·Sep 5, 2023Deployment of a Microservices Application on K8sIntroduction Kubernetes, often abbreviated as K8s, may sound like a complex and technical term, but in essence, it's a powerful tool that helps manage and orchestrate applications in a more efficient and scalable way. Even if you're not deeply involv...Discuss·1 likeKubernetes
Meenal Jyotikameenaljyotika.hashnode.dev·Sep 5, 2023Day 18 - Understanding YAML and Docker ComposeIntroduction Welcome back to the 90 Days of DevOps Challenge! Today, we'll dive into two essential topics: YAML and Docker Compose. As always, I'll break down these concepts into easy-to-understand bullet points, so you can grasp them effortlessly. 1...Discuss90 Days of DevOps#90daysofdevops
Aman Mullaamanmulla.hashnode.dev·Sep 4, 2023Deployment of a Redit-Clone ApplicationStep 1: Clone the source code The first step is to clone the source code for the app. You can do this by using this command git clone https://github.com/LondheShubham153/reddit-clone-k8s-ingress.git Step 2: Containerize the Application using Docker ...Discuss·1 likeKubernetes