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.