Hi
about to start work on getting rstudio server pro/workbench deployed into kubernetes
the idea is that i would take our rstudio server pro container with sssd/AD-controlled login/folders/sql and then build a helm chart around it so that i can deploy it to kubernetes using standard CI/CD.
and i have a few questions...
Helm:
- i'll be building a helm chart for deployment.. do you have any work ongoing internally on an rstudio workbench helm chart? interested in joining forces?
Launcher:
- what is the use-case with launcher? is it e.g. that the user has an on-metal installation of rstudio server pro/workbench and then wants to launch sessions/jobs into kubernetes?
- what is the user security context of sessions/jobs that are launched into kubernetes? does it somehow use the same sssd user paramaters as the original?
- i'm installing rstudio server pro into kubernetes,.. so how should i actually use launcher in that case...? Can i use it to distribute the user's sessions over multiple pods rather than keeping them all inside the one Kubernetes pod that i deploy