Open zekker6 opened 3 weeks ago
@zekker6: Thanks for opening an issue, it is currently awaiting triage.
If you haven't already, please provide the following information:
bug
, enhancement
or documentation
agent
, appsec
, configuration
, cscli
, local-api
In the meantime, you can:
@zekker6: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind bug
/kind documentation
/kind enhancement
/kind enhancement
Currently, an agent always run as a
DaemonSet
. In cases when agent is used to collect logs from external sources this adds more pressure on source system while not adding a value.It would be great if agent could also use other controller types such as
Deployment
orStatefulSet
so that it would be possible to control number of agent replicas running in cluster.