tools-in-devops.hashnode.devTerraform commands used in DevOps. 1. Core Terraform Commands (Daily use) 1) terraform init Purpose:Initializes the project, downloads providers, sets up backend. When used: First time in a project After changing providers or backend5d ago·4 min read
tools-in-devops.hashnode.devTerraform Basic.1. What is Terraform? (In simple words) Terraform is a tool to create and manage cloud infrastructure using code. Instead of clicking in AWS console to create: EC2 VPC Load Balancer S3 RDS You Feb 21·5 min read
tools-in-devops.hashnode.devGitLab part 31️⃣ Protected branches kya hoti hain? Answer:Protected branches wo branches hoti hain jahan direct push allowed nahi hota.Sirf merge requests + approvals ke through changes jaate hain.Production safety ke liye use hota hai. Use case:main branch ko pr...Feb 8·3 min read
tools-in-devops.hashnode.devGitlab part 2 interview1️⃣ GitLab CI pipeline ka flow samjhao Answer:GitLab CI pipeline me code push ya merge request pe pipeline trigger hoti hai.Pipeline stages me divide hoti hai jaise build, test, deploy.Har stage ke andar multiple jobs ho sakti hain jo runners par run...Feb 8·3 min read
tools-in-devops.hashnode.devGitLab In Details Part 1Perfect. Below I’ll explain every important GitLab concept for DevOps in plain language, with one small example for each so you can try it right away. Think of this as a compact cheat sheet you can use while building pipelines. 1. Repositories and br...Feb 8·5 min read