Is there any plans for this. More and more tools are going this route not running as root. Particular kubernetes as this one of the main best practices not to allow pods run as root.
It starting to look like we can not offer our 1000 plus users rstudio as we mirgrate all our infrastructure into kubernetes.
Thanks for bringing this up! Just to be clear, RStudio Server can run as root inside the container, but run as an "un-privileged container," so that the pod itself does not run as root.
Could you offer a bit more clarification about whether this is permissible in your infrastructure? Is your requirement that the pod itself cannot run as root, or that the process inside the container cannot run as root?
If you are looking to integrate RStudio Server with Kubernetes, you might be interested in exploring the Job Launcher, which is designed for integration into orchestration tools like Kubernetes and has shipped Kubernetes as its first "plugin."