tirucloud.hashnode.dev๐งช Helm Day-1: Deploy App on EKS๐ฏ Goal Understand Helm basics Deploy an app to EKS using Helm Learn chart, values, install, upgrade, uninstall ๐งฐ Prerequisites (Quick Check) Make sure these already work: kubectl get nodes You should see EKS worker nodes. helm version If He...Jan 24ยท2 min read
tirucloud.hashnode.devDevOps Interview FAQSCM โ Git How do you resolve a merge conflict?Identify conflicted files โ edit markers (<<<<, ====, >>>>) โ keep correct code โ git add โ git commit. ๐ Git Reset Moves your branch back to an old commit Can remove commits from history Used when ...Jan 9ยท32 min read
tirucloud.hashnode.devkubernetes ingressBelow is a clean, working NGINX Ingress demo that routes: /httpd โ httpd service /nginx โ nginx service This is a classic interview + lab demo ๐(Path-based routing) โ Prerequisites (IMPORTANT) Ingress Controller must be installed kubectl crea...Dec 24, 2025ยท3 min read
tirucloud.hashnode.devTerrafrom FAQ1. What is Terraform and why do we use it? Interview Answer: Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp.It allows us to define, provision, and manage infrastructure across cloud and on-prem platforms using d...Dec 18, 2025ยท21 min read
tirucloud.hashnode.dev๐ DevOps Interview Q&A Part-1: Terraform, Kubernetes, GitHub Actions, Helm, ArgoCD, Prometheus & Grafana1. Explain your project architecture Our architecture followed a GitOps-based CICD pipeline: Developers push code to GitHub GitHub Actions performs build, test & security scans Docker image is built & pushed to ECR Terraform provisions AWS infr...Dec 5, 2025ยท73 min read