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
SKSanjeev Kumar Bharadwajinblog.nyzex.in·Jul 3 · 4 min readHow AI Is Changing DevOps (Without Replacing Engineers)Artificial Intelligence has become one of the biggest talking points in software engineering. Every week, a new tool promises to automate deployments, fix production incidents, or replace developers a42DL
SKSanjeev Kumar Bharadwajinblog.nyzex.in·Apr 22 · 5 min readWhen SSL Lies: Debugging PostgreSQL “server does not support SSL” in KubernetesYou spin up a Kubernetes workload. You connect to PostgreSQL. You add sslmode=require because security matters. And then PostgreSQL replies with: server does not support SSL, but SSL was required Wai00
SKSanjeev Kumar Bharadwajinblog.nyzex.in·Mar 16 · 6 min readA Real World Journey Building on Tencent CloudWhen you first approach Tencent Cloud, it feels familiar if you come from AWS or Azure. There are VPCs, Kubernetes clusters, load balancers, object storage, IAM, everything you would expect. But once 00
SKSanjeev Kumar Bharadwajinblog.nyzex.in·Feb 24 · 5 min readLessons Learned Building a CI Pipeline That Auto-Tags and Deploys Docker ImagesWhen I first automated Docker builds and deployments, I thought the hard part would be writing the YAML. It was not. The real challenges were versioning, preventing accidental rollbacks, handling envi00