Essential kubectl Commands for Debugging Kubernetes Applications

If you often find yourself debugging applications after deployment and jumping into the Azure Portal just to check pod logs (and sometimes not even finding what you need), you’re not alone.

In this article, I’ll walk through a set of essential kubectl commands that I personally use to debug applications during and after deployment in Kubernetes. These commands are simple, powerful, and can save you a lot of time.

Why Some Code Review Comments Annoy Me More Than They Should

Sometimes, a simple code review comment can ruin your mood. Not because it’s wrong, but because of how it feels. The Situation You happily submit a pull request. Someone reviews your PR and leaves a few comments. Some of them may even be valid. But for some reason — which I’m going to talk about … Read more