You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide a dockerfile for a pre-configured Fluentd image that can be passed file paths to collect logs from. We'll likely want one for exporting to elasticsearch and one for exporting to Google Cloud Logging, as we have today for the per-node stdout/stderr collectors.
How to collect log files from within a container is a question that comes up occasionally (including a couple days ago), and it provides a strong example of the usefulness of sidecar containers.
Would it be? This is intended to run as a sidecar container in a pod with the user's actual application. I think a pod-per-node controller is orthogonal (and is being discussed in #1518 and #3058).
I'll create the actual Dockerfile, and a quick example of how to use it.
We should provide a dockerfile for a pre-configured Fluentd image that can be passed file paths to collect logs from. We'll likely want one for exporting to elasticsearch and one for exporting to Google Cloud Logging, as we have today for the per-node stdout/stderr collectors.
How to collect log files from within a container is a question that comes up occasionally (including a couple days ago), and it provides a strong example of the usefulness of sidecar containers.
cc @satnam6502 @mr-salty
The text was updated successfully, but these errors were encountered: