- data science consultancy
- strong track record with R
- open source products for using R in enterprise environments
- based in Belgium
July 5, 2021
''Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.'' - https://kubernetes.io/
\(\Rightarrow\) ideal platform for running ShinyProxy
A small piece of software that extends the Kubernetes API in order to fully automate
the operation of a complex application.
1) Update configuration of ShinyProxy without affecting the session of a user
\(\Rightarrow\) users can keep using their running apps, on the old server
1) Update configuration of ShinyProxy without affecting the session of a user
… what if existing users want to start using an app from ShinyProxy B?
\(\Rightarrow\) users get an update notification and can choose to switch to the new server.
2) Seamless updates of ShinyProxy server
3) Enables multi-tenant hosting of ShinyProxy
4) Allows app developers to easily add or update apps
CRD
) and apply the resourcekubernetes-pod-patches
and kubernetes-additional-manifests
: allows to modify