Replies: 1 comment
-
The scenario you are describing should be supported by Vector. Unfortunately, I cannot comment about all the nuances that might arise from an actual deployment. But please do let us know how it goes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm considering a setup where:
Vector is deployed via a StatefulSet and uses a PVC volume.
My application Pod includes a sidecar container (Vector), and both the main app and the sidecar share the same PVC.
The application writes logs to a directory on the PVC, and Vector reads from that path for analysis and log forwarding.
I'd like to confirm whether this architecture is feasible and supported, particularly in terms of concurrent read/write access to the PVC.
Vector Config
No response
Vector Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions