On 9/6/18 11:38 PM, 'Tim Hockin' via Kubernetes user discussion and Q&A wrote:
On Thu, Sep 6, 2018, 3:33 PM David Rosenstrauch <dar...@darose.net> wrote:

FWIW, I recently ran into a similar issue, and the way I handled it was
to have each of the pods mount an NFS shared file system as a PV (AWS
EFS, in my case) and have each pod write its output into a directory on
the NFS share.  The only issue then is just to make sure that each pod
writes it's output to a file that has a unique name (e.g., has the pod
name or ID in the file name) so that the pods don't overwrite each
other's data.


As pods come and go - don't you eventually waste the disk space?

We have other processes that then slurp the logs up into Elastic Search, and (eventually) purge old ones.

DR

--
You received this message because you are subscribed to the Google Groups "Kubernetes 
user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to