Question about how logs are gathered
I have a question about how logs are gathered on railway. I have a k8s cluster where user pods are dynamically configured in a new namespace, and I'd like to run a sidecar pod that intercepts logs from another container in the same pod. So far, I haven't found a way to grab the logs from another running container. I'd like to know if railway does something similar
3 Replies
Project ID:
N/A
Vector sits at the heart of this solution. We configured Docker’s syslog driver to send container logs to a local Vector instance that runs on each of our nodes. These logs are then forwarded to a different, external Vector instance where they are both streamed to the filesystem and sent in batches to Google Cloud Storage for long-term persistence. Vector as an agent and central service.
⚠️ experimental feature
N/A