How to Read stdout from container with another container in same pod How to Read stdout from container with another container in same pod kubernetes kubernetes

How to Read stdout from container with another container in same pod


You should share process namespace between these two containers and then tail the logs of a process in one container to another.

Read the k8s docs