Where do the logs come from when we fire kubectl logs -f <podname> command?

9/18/2019

When we run the command kubectl logs -f <podname> . We get all the stdout/stderr logs on console. Where do they come from? Does Kubernetes stores these logs somewhere on file system? If yes, where is that path?

-- Nish
docker
kubernetes
kubernetes-helm

0 Answers