Replies: 2 comments 1 reply
-
Hi @cdancy , Persistence is used for:
If you aren't using any of those, or don't care if the state is lost, then using the stateless |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jszwedko our current setup is that we have fluentbit sending logs to vector with vector routing logs to loki/s3/etc/etc. The heavy handling is done on the fluentbit side with vector acting as the "main log router" if you will. In this scenario it feels like we're OK and don't necessarily need a statefulset unless I'm missing something. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
Is there a really good reason to use the statefulset option (Aggregator) to deploy vector vs the deployment option (Stateless Aggregator)? I assume you all are persisting something, which would make the Aggregator option viable, but what is it exactly your storing and is that necessary, in your opinion, for production deployments?
Thanks,
Chris
Beta Was this translation helpful? Give feedback.
All reactions