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
SKSonal Kumarindevopswork.hashnode.dev·Dec 24, 2025 · 3 min readSecure Password Validation & Automated Credential Rotation using PythonIntroduction In modern DevOps and SRE environments, engineers are responsible not only for automation and reliability but also for security and compliance.One common but often overlooked risk is weak or improperly managed credentials. In this blog, I...00