Kubernetes
TL;DR¶
To install DBRepo in your existing cluster, download the
sample values.yaml
for your deployment and update the variables, especially hostname
.
helm upgrade --install dbrepo \
-n dbrepo \
"oci://registry.datalab.tuwien.ac.at/dbrepo/helm/dbrepo" \
--values ./values.yaml \
--version "1.4.6" \
--create-namespace \
--cleanup-on-fail
Prerequisites¶
- Kubernetes 1.24+
- Kubernetes 3.8.0+
- PV provisioner support in the underlying infrastructure
Limitations¶
- The entire Helm deployment is rootless (=
runAsNonRoot=true
) except for the Storage Service which still requires a root user.
Do you miss functionality? Do these limitations affect you?
We strongly encourage you to help us implement it as we are welcoming contributors to open-source software and get in contact with us, we happily answer requests for collaboration with attached CV and your programming experience!