
🔐 Kubernetes - Secrets
The Right Way to Handle Sensitive Data
Search for a command to run...

The Right Way to Handle Sensitive Data

ConfigMaps Deep Dive: Creation Methods, Consumption Patterns, and Lifecycle Tips

The architectural reason behind RWO, RWX, and multi-node storage in Kubernetes

Understanding PVs, PVCs, and Kubernetes Storage Classes

emptyDir, hostPath
Recently, I got a chance to read BPF Performance Tools to brush up on my Linux skills. During my exploration, I came across some common CPU tools used for troubleshooting performance issues. I decided to create a runbook a practical guide that I (or ...
🚧 Problem Statement Imagine you're running a Jenkins server inside a Docker container. Everything works fine—until your CI pipeline tries to execute docker build or docker push. Suddenly, your workflow fails. But why 🔍 Root Cause Docker commands li...

Now that we've set up our database and created the schema for our ToDo app, it's time to focus on the core logic — what we call the Application Layer of the ToDo app. If you're just joining the journey, you can follow the entire series from here: 🧠 ...

🔍 Before We Begin Before diving into the actual problem and its solution, let’s take a moment to understand what OpenSearch is and where it's commonly used. 📌 What is OpenSearch? Where is it Used? OpenSearch is an AWS-managed service based on the o...