ScienceBox project aims to provider container-based version CERN services namely EOS, CERNBox, CVMFS and SWAN services. The goal of the project is to provide an easy and hassle free way to deploy CERN Services on Kubernetes.
Collection of ScienceBox Helm Charts.
This repository hosts a collection of Helm charts for stand-alone ScienceBox deployments:
Charts for other services part of ScienceBox are hosted on dedicated repositories:
Before, deploying the helm charts, run the following commands to update the helm dependencies:
git clone https://github.com/sciencebox/charts.git
cd sciencebox
helm dep update
After updating the dependencies, in order to deploy the charts on minikube we have the installation scripts available here in a dedicated repository.