I want to read log from container with another container in same pod
i've tried approach that shared volume between two container so i mapping the log file to a shared volume from container 1 and read the log file from container 2 with the same shared volume
but how i can read the stdout directly ? especially in kubernetes and the same pods ?