crowdsecurity / helm-charts

CrowdSec community kubernetes helm charts
MIT License
26 stars 33 forks source link

[agent] Add an option to choose controller type #194

Open zekker6 opened 3 weeks ago

zekker6 commented 3 weeks ago

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 or StatefulSet so that it would be possible to control number of agent replicas running in cluster.

github-actions[bot] commented 3 weeks ago

@zekker6: Thanks for opening an issue, it is currently awaiting triage.

If you haven't already, please provide the following information:

In the meantime, you can:

  1. Check Crowdsec Documentation to see if your issue can be self resolved.
  2. You can also join our Discord.
  3. Check Releases to make sure your agent is on the latest version.
Details I am a bot created to help the [crowdsecurity](https://github.com/crowdsecurity) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/crowdsecurity/helm-charts/blob/main/.github/governance.yaml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the forked project [rr404/oss-governance-bot](https://github.com/rr404/oss-governance-bot) repository.
github-actions[bot] commented 3 weeks ago

@zekker6: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.

Details I am a bot created to help the [crowdsecurity](https://github.com/crowdsecurity) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/crowdsecurity/helm-charts/blob/main/.github/governance.yaml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the forked project [rr404/oss-governance-bot](https://github.com/rr404/oss-governance-bot) repository.
zekker6 commented 3 weeks ago

/kind enhancement