DDipanshuindipansh.hashnode.dev路Oct 11, 2025 路 5 min readKubectl Plugins that don't suck - Part 1Look, we need to talk about Kubernetes secrets. Your production database connection is failing. You need to check if the credentials in your Kubernetes secret are correct. So you do what every engineer does: kubectl get secret db-creds -o yaml And y...00
DDipanshuindipansh.hashnode.dev路Aug 22, 2023 路 5 min readWhy Containers 馃When it comes to understanding anything, I've always believed in digging into the fundamentals and wrapping my head around the "why," "what," and "how". We've all encountered or heard the infamous phrase: "It works on my machine." Running an applic...00