SKSonal Kumarindevopswork.hashnode.dev·Jun 30 · 10 min readThe Silent Infrastructure Drift That Terraform Couldn't SeeHow a Kubernetes immutable field, a 6-year-old Terraform SDK bug, and an unmaintained community provider combined to create invisible state drift — and the DevOps detective work that uncovered it. It00
SKSonal Kumarindevopswork.hashnode.dev·May 30 · 2 min readNetwork Policy AssignmentFollowing is an assignment of creating a network policy from the following instructions. Instructions : The assignment requires you to create a YAML file for a network policy in Kubernetes that meets00
SKSonal Kumarindevopswork.hashnode.dev·May 30 · 3 min readPractical: Network Policy in K8sWhat is a Network Policy. Why we use it.By default in Kubernetes, every pod can talk to every other pod — no questions asked. It's like an office building where every employee can walk into any room, 00
SKSonal Kumarindevopswork.hashnode.dev·Jan 29 · 5 min readFrom aws commands to a fully custom fluent bit setup on eks (with terraform + helm)In one of our EKS environments, we initially followed the AWS-recommended one-liner commands to ship pod logs to CloudWatch. It worked. But over time, we hit limitations around customization, repeatability, and environment consistency. That’s when we...00
SKSonal Kumarindevopswork.hashnode.dev·Dec 30, 2025 · 4 min readDesigning Scalable AWS Lambda Infrastructure with Terraform (Production-Ready Pattern)In real-world AWS environments, Lambda functions are rarely simple or standalone. Teams typically manage: Multiple Lambda functions Different runtime, memory, and timeout requirements Some Lambdas inside a VPC, others public Different CloudWatch ...00