Dynamic routing based on namespace #21882
Labels
sink: vector
Anything `vector` sink related
type: feature
A value-adding code addition that introduce new functionality.
A note for the community
Use Cases
We currently have an EKS cluster where each client has their own namespace. We want to be able to send each client logs to an EC2 instance that belongs to the client.
Attempted Solutions
We tried deploying a vector instance per namespace, however, we quickly realised that having 300 namespaces, it'll be a vector per node per namespace so that'll be 300 pods per node, which obviously isn't ideal.
Proposal
We're hoping we will be able to do some intelligent namespace based routing e.g.
however
type: vector
doesn't haveaddress
template-able.If this isn't the best way of handling, please let us know what the best practice is in such cases
References
No response
Version
0.40.1
The text was updated successfully, but these errors were encountered: