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 use the logspout container to pull logs from Docker containers within a namespace. Unfortunately this only works on a single host. We need a way to pull logs from containers across hosts (probably via Kubernetes API).
Also, it would be nice to have a clean way to pull logs that aren't sent to stdout/stderr. Some link known logs to /dev/stdxxx. Maybe do this for everything instead of requiring the container writer to do it?
The text was updated successfully, but these errors were encountered:
We use the logspout container to pull logs from Docker containers within a namespace. Unfortunately this only works on a single host. We need a way to pull logs from containers across hosts (probably via Kubernetes API).
Also, it would be nice to have a clean way to pull logs that aren't sent to stdout/stderr. Some link known logs to /dev/stdxxx. Maybe do this for everything instead of requiring the container writer to do it?
The text was updated successfully, but these errors were encountered: