/scylla-rootless-openshift

ScyllaDb deployment as non root user

Primary LanguagePython

ScyllaDB Docker Image for OpenShift/OKD

A stripped version of the original Scylla Docker image.

This image is compatible with OpenShift/OKD and doesn't require root permissions to run.

Try out the docker image

docker pull srvmsr/scylla-ocp:4.4.4

Openshift Deployment with emptydir

oc apply -f openshift/deployment-emptydir.yaml

Openshift Deployment with persistence volume

oc apply -f openshift/deployment-pvc.yaml

See Also