In https://github.com/crowdsecurity/crowdsec-skill/blob/main/crowdsec/references/install/kubernetes.md, the skill enables persistent storage, which we try to avoid nowadays by: - Storing credentials in secrets - Use an external database (instead of sqlite)
In https://github.com/crowdsecurity/crowdsec-skill/blob/main/crowdsec/references/install/kubernetes.md, the skill enables persistent storage, which we try to avoid nowadays by: