Exploring DevOps tools and practices.
Nothing here yet.
Sep 20, 2025 · 10 min read · Infrastructure as Code (IaC) has become the backbone of modern DevOps. Among the IaC tools, Terraform stands out because of its modularity, state management, and cloud-agnostic design. In this post, I’ll walk through a Terraform project where I provi...
Join discussion
Jun 29, 2025 · 6 min read · In modern cloud-native application design, traffic management and service exposure are critical aspects of system reliability, scalability, and security. Kubernetes (K8s) offers native primitives for service exposure, and among them, Ingress is one o...
Join discussion
Oct 19, 2024 · 3 min read · Introduction In this blog post, we will explore how to configure and use advanced plugins with the Kong Ingress Controller (KIC) on an Amazon EKS cluster. Specifically, we will delve into JWT Token, Request Transform, and AWS Lambda plugins. These pl...
Join discussion
Oct 5, 2024 · 5 min read · In this blog post, we’ll walk through the process of creating an AWS Lambda function that identifies unused AWS resources, specifically focusing on EBS volume snapshots older than one year. We’ll use various AWS services and tools, including Python w...
Join discussion