SKSonal Kumarindevopswork.hashnode.dev·1d ago · 13 min readAWS Load Balancer Controller QnAwhat is aws load balancer controller. This is just another application running inside your EKS cluster. Its use and need. When do we use it. How it helps. Is eks aws lb controller same as load balanc00
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