tailing-sidecar
tailing-sidecar copied to clipboard
tailing sidecar - the cluster-level logging agent for Kubernetes
https://github.com/AbsaOSS/k3d-action/releases/
It would be very handy to have functionality which would allow to tail whole directory, instead of file which has to be explicitly provided. For example: ``` annotations: tailing-sidecar: tail:logs:/var/log/audit/**/*;...
The [Artifact Hub security scan report](https://artifacthub.io/packages/helm/tailing-sidecar-operator/tailing-sidecar-operator?modal=security-report) shows multiple vulnerabilities in the `kube-rbac-proxy` and in the `golang.org/x/crypto` used in the operator.
It would be nice to have `status` field in CRs with basic information like which Pods are selected by the podSelector, or errors in the resource creation.
It will be good to have an option to deploy test Pod with proper configuration for tailing sidecar operator as a result of helm chart installation.
Rename `TAG` and `IMG` variables used in Makefiles to more meaningful when used from single Makefile, for example: `TAG` -> `SIDECAR_IMG` and `IMG` -> `OPERATOR_IMG`. Related to https://github.com/SumoLogic/tailing-sidecar/pull/73#discussion_r593265990
There may be needs to fine tune the fluent-bit configuration and it should be possible to do so (eg multiline processing)
Seeing memory consumption grow periodically and then the container gets OOMKilled. Memory leak in the tailing agent container needs profiling(not the operator). Same pattern repeats every 10 days. Attached is...
Very often, one of three cluster tests is failing with the following error: ``` Found pod pod-with-annotations error: container tailing-sidecar-0 is not valid for pod pod-with-annotations make: *** [Makefile:106: test-examples]...