Logging Kubernetes Containers

Dave Jachimiak
Today I Googled
Published in
1 min readJan 5, 2017

What I Googled

logging kubernetes containers

What I Was Doing

I was researching methods for aggregating logs from Docker containers in a Kubernetes cluster.

The first result in Google Scholar: Cluster-Level Logging of Containers With Containers. It describes an approach that places containers in the Kubernetes cluster to collect logs of the other containers within it.

--

--