I was thinking the other day about these Kubernetes pods, and how they’re like little spaceships floating around in the cluster. But what happens if one...
Continue reading...SRE stuff
How to mount AWS EFS on EKS for scalable storage solutions
Suppose you need multiple applications to share files seamlessly, without worrying about running out of storage space or struggling with complex configurations. That’s where AWS Elastic...
Continue reading...How many pods fit on an AWS EKS node?
Managing Kubernetes workloads on AWS EKS (Elastic Kubernetes Service) is much like managing a city, you need to know how many “tenants” (Pods) you can fit...
Continue reading...Helm or Kustomize for deploying to Kubernetes?
Choosing the right tool for continuous deployments is a big decision. It’s like picking the right vehicle for a road trip. Do you go for the...
Continue reading...Traffic Control in AWS VPC with Security Groups and NACLs
In AWS, Security Groups and Network ACLs (NACLs) are the core tools for controlling inbound and outbound traffic within Virtual Private Clouds (VPCs). Think of them...
Continue reading...AWS Secrets Manager as a better solution than .env files for protecting sensitive data
Have you ever hidden your house key under the doormat? It seems convenient, right? Everyone knows where it is, and you can access it easily. Well,...
Continue reading...Exploring DevOps Tools Categories in Detail
Suppose you’re building a house. You wouldn’t try to do everything with just a hammer, right? You’d need different tools for different jobs: measuring tools, cutting...
Continue reading...The dangers of excessive automation in DevOps
Imagine you’re preparing dinner for your family. You could buy a fancy automated kitchen machine that promises to do everything, from chopping vegetables to monitoring cooking...
Continue reading...Measuring DevOps adoption success in your team
Measuring the success of DevOps in a team can feel like trying to gauge how happy a fish is in water. You can see it swimming,...
Continue reading...A Step-by-Step Guide to Securely Exposing an API Gateway with AWS Services
Amazon API Gateway is a managed service that allows developers to create, publish, maintain, monitor, and secure APIs at scale. Imagine you’re building an application where...
Continue reading...