DEV Community

Discussion on: Run Kubernetes Pod with root privileges (not recommended)

Collapse
 
darint00 profile image
darint00

I know everyone always says don't run as ROOT. But what if you are using a database system that has to run as root. It's easy to say "dont do this" but in a situation like this, how do you protect all othe containers/pods from this "crazy" pod that runs processes as root.