need suggestions how can i capture containers log using stdout or stderr ? within a pod
on following use case ?
my pod contains 3 containers where i want third container to capture logs by using any of these longing options filebeat, logstash or fluentd.
i dont want to save logs in file within containers.
Thanks in advance guys.