in k8s how to redirect docker‘s stdout to volume file?
I am working with logs in my system. I want to use a log sidecar to collect business container's log. And my business container's log will write to its STDOUT. So I want to redirect this STDOUT to pod's volume…