Terraform in Lambda For most Terraform use cases, Lambda may not be the right choice. In most cases, a standard CI/CD pipeline

Reduce Inter-AZ Data Transfer Cost in Amazon EKS
Introduction Operating Amazon’s Elastic Kubernetes Service (EKS) at scale comes eith its own challenges. Having done this for several years now, we

How We Upgraded to NGINX 1.25 Ingress Controller in Our EKS Clusters
Introduction In one of our Kubernetes-centric projects here at QloudX, we host hundreds of containerized applications on Amazon’s Elastic Kubernetes Service (EKS).

Basic Kubernetes Resource Change Tracking using Metadata Managed Fields
Introduction There is often a need, especially while investigating an issue, to see the modification history of a Kubernetes resource. This article

Auto-Approve Terraform Apply If Planned Changes Match Expected Changes
Scenario Consider this scenario: You have a few Terraform modules that are used to deploy (AWS) infrastructure in several environments / regions

Working with Cross-Account AWS IAM Roles for EKS Service Accounts (IRSA)
Introduction Amazon EKS ia a managed Kubernetes platform. If your app running in an EKS pod needs to access AWS services like

How to Set Up & Manage Multiple Git Profiles Like a Pro
Introduction If you work with Git repositories from multiple sources, organizations, etc, you cannot use the same Git identity (username & email)

Balancing Karpenter Consolidation & Cluster Efficiency with Critical Workloads, using Kyverno Policies
Introduction Consider this scenario: You operate an Amazon EKS cluster hosting hundreds of microservices that make up a product suite. You have

Tracking Down a Rogue AWS API Caller in a Shared Amazon EKS Cluster
Introduction We build & maintain a number of Amazon EKS clusters, one for each environment: dev/test, perf, prod, etc. These are provided