301. Read Logs for a Kubernetes Pod (jaketrent.com)
Here's how to read the logs for a kubernetes (k8s) pod.Orient your readFirst, we want to orient to where we're reading from. We'll need to know context and application name. A k8s "context" is a set of access parameters, including k8s cluster, user and namespace. The "application name" is a common l...