Exploring Logs Through kubectl
In this lesson, we will explore logs through the kubectl command and determine whether it's effective in knowing which pods are misbehaving or not.
We'll cover the following...
Overview of logging
The first contact most people have with logs in Kubernetes is through kubectl. It is almost unavoidable not to use it.
As we’re learning how to tame the Kubernetes beast, we are bound to check logs when we get stuck. In Kubernetes, the ...