LBLalit Baggainblog.lalitbagga.com·19h ago · 7 min readMy Kubernetes App Moved to EKS Unchanged. Everything Around It Didn't.My Kubernetes application moved from my home server to Amazon EKS without an application code change. The platform around it did not. The EKS control plane took 5 minutes 51 seconds to create. Once th00
KPKyrylo Polishchukinkirponik.hashnode.dev·4d ago · 20 min readWhat a Kubernetes controller actually does when you break something⚡ TL;DR Four things about controller mechanics are widely half-understood: what Reconcile receives, where its work comes from, what a periodic resync is, and what a predicate turns off. I built an ope00
NTNhật Trườnginblog.nh4ttruong.me·4d ago · 3 min readOne Argo CD Hub, Many Clusters, No TicketsAt most organizations, shipping an application to an environment means a Developer files a ticket, waits for the DevOps team, then verifies. The same flow repeats for a version bump, a health check po00
SPSruthi Palleinsruthipalle.hashnode.dev·4d ago · 6 min readProduction-Grade Terraform (Part 8) —Terraform Variable Type ConstraintsTerraform Variables Terraform variables are generally classified by their purpose or the value they contain. While purpose-based variables include input, output, and local variables, value-based varia00
OOnyiGlobal2025inonyiglobal2025.hashnode.dev·4d ago · 16 min readI Built an Internal Developer Portal on EKS. Three Bugs Taught Me More Than the Build Did.Ninety seconds. That is how long it takes a developer to go from a form submission to a GitHub repository with a Dockerfile, a Helm chart, CI authenticating to AWS over OIDC, ArgoCD delivery config, a00
BTBiz tech pulse hubinbiztechpulsehub.hashnode.dev·5d ago · 1 min readWhy Faster AI Code Generation Alone Fails to Accelerate Enterprise DevOps Modern corporate tech setups face a major software design roadblock across high-velocity release pipelines. While general intelligence coding assistants generate standalone functions quickly, software00
VKvikash kumarindevopswizard.hashnode.dev·Sep 3 · 18 min readKargo Explained: The Missing Piece Between Docker Build and ProductionArgo CD + Kargo + Argo Rollouts — A Beginner-Friendly Guide to Continuous Promotion If you're learning Kubernetes GitOps, you've probably come across: Argo CD Argo CD Image Updater Argo Rollouts K00
SPSruthi Palleinsruthipalle.hashnode.dev·Sep 4 · 9 min readProduction-Grade Terraform (Part 7) —Terraform Input Variables Precedence in TerraformTerraform loads variables in a specific order, with later sources taking precedence over earlier ones. This means the value found in a higher precedence source will override any values set in lower pr00
LBLalit Baggainblog.lalitbagga.com·Sep 3 · 7 min readArgo CD Fixed My Drift, Then Deployed My Bad ReleaseThis project started with a simple goal: run Kubernetes without keeping an EKS cluster online every day. In I Wanted Kubernetes Without an Always-On EKS Bill, I built an always-on k3s lab on my home s00
SKSanjeev Kumar Bharadwajinblog.nyzex.in·Sep 3 · 10 min readGitOps Is Not Deployment Automation: Where the Abstraction Actually Breaks GitOps is often introduced as a clean operational model in which Git stores the desired state of a system and a controller continuously reconciles the running environment against that state. In Kubern00