DataShield on kuberenetes

Hey, I am wondering to create automatic provisioning datashield on kubernetes in cloud. From thoeritical perspective is doable, we have contenerized all of components to run fully datashield environment. However I am worrying of kubernetes overhead, stability and in general how datashield deal with java on pods. Anybody has any experienced with that or any adivces?

Hi,

Unless you have specific needs, all the Datashield components are already available as docker containers, with different flavors. See:

I guess that the amount of kubernetes overhead will depend on your analysis use case: IOs / CPUs / Memory.

The java runtime is included in the containers.

Regards
Yannick

Hi, If memory serves, to use Kubernetes you would need to translate the docker composition into a Pod (or set of Pods) descriptions, to make use of Kubernetes scaling and fail-over support.

Stuart