kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.53k stars 326 forks source link

Isolate input sources to avoid backpressure affecting other tenants #1682

Closed pepov closed 6 months ago

pepov commented 6 months ago

The consequences of a faulty output can effect other tenants if backpressure kicks in. To avoid this problem we separate inputs from each other by creating a dedicated tail input for each tenant.