krkn-chaos / cerberus

Guardian of Kubernetes clusters. Tool to monitor clusters health and signal/alert on failures.
Apache License 2.0
92 stars 41 forks source link

Running cerberus in kubernetes as a privileged container #175

Open harshil-codes opened 2 years ago

harshil-codes commented 2 years ago

Today to run cerberus in kubernetes/openshift it needs to be run as a privileged container, I don't think that should be necessary since cerberus is just interacting with the target cluster's API and doing any privilege activity on the cluster it is running on.

Cerberus directly writes to the /root filesystem because of which it is running as a privileged container today.