EYESHNITHIN YADAVindevops-cloud-engineering.hashnode.dev·Sep 16, 2025 · 6 min readGetting Started with TerraformSimplifying Infrastructure as Code What is Terraform? Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It allows you to define, manage, and provision infrastructure resources (like servers, databases, networks, an...00
EYESHNITHIN YADAVindevops-cloud-engineering.hashnode.dev·Aug 4, 2025 · 7 min readUnderstanding Helm Technology in DevOps: A Comprehensive GuideIntroduction to Helm Helm is a package manager for Kubernetes, a popular open-source platform for container orchestration. Often referred to as the "Kubernetes package manager," Helm simplifies the process of deploying, managing, and upgrading applic...00
EYESHNITHIN YADAVindevops-cloud-engineering.hashnode.dev·Jun 15, 2025 · 6 min readUnderstanding Terraform Modules: A Simple GuideTerraform is a tool for defining and provisioning infrastructure as code, like setting up servers, databases, or networks. As your infrastructure grows, managing all the code in one file or directory becomes messy and hard to maintain. This is where ...00
EYESHNITHIN YADAVindevops-cloud-engineering.hashnode.dev·Jun 15, 2025 · 9 min readManaging Multiple Infrastructures with Terraform: tfvars and Workspaces ExplainedTerraform is a powerful tool for defining infrastructure as code, allowing you to create resources like servers, databases, and networks. When working on projects with multiple environments (e.g., development, staging, production) or different config...00
EYESHNITHIN YADAVindevops-cloud-engineering.hashnode.dev·Jun 10, 2025 · 7 min readIntroduction to Shell ScriptingA Beginner's Guide Shell scripting is a powerful way to automate tasks in Linux or Unix-like systems. Whether you're managing servers, processing files, or scheduling tasks, shell scripts can save time and reduce errors. This article introduces shell...00