© 2023 Hashnode
#yaml
In the last blog, I mentioned that there are 2 ways of interacting with a K8s cluster - an imperative way and a declarative way. We deployed the Nginx web server on Kubernetes cluster using Imperative way(using kubectl commands). It works i…
Introduction YAML stands for "YAML ain't markup language" (recursion acronym). It is a language used to store data and represent it in a format that is readable and serialized. It used to be called "Y…
Introduction Precious is rated as an easy-difficulty Linux box on HackTheBox. There were a couple of small rabbit holes on this box, but the key to success with this machine is all about enumeration. …
In this article, we are going to practically deep-dive into OAM components and deploy the open-source project InfluxDB, a time series database to Napptive Catalog. Are you ready? Let's get started!🤩 …
Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Python for DevOps. Python h…
Introduction: Data serialization is the conversion of complex data structures into a simplified format for storage, transmission, or processing. It allows for interoperability between different system…
I just had the most incredible experience at the Microsoft Reactor event! I attended a mind-blowing session led by the brilliant Arvind Padmanabhan, and let me tell you, it was nothing short of amazin…
Yaml Files Yaml was initially known as "Yet Another Markup Language" which later changed to "Yaml Ain't Markup Language" The name was changed because Markup languages are used for documents but here i…
1 . Introduction to Yaml YAML is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted. YAML targets m…
Welcome to the thrilling world of YAML for DevOps! 🎉 Get ready to dive deep into the world of data serialization and configuration management, where YAML reigns supreme. You'll learn all the basics, …