Version 3.12.0

2.2.3. Kubernetes/Openshift

To install nxs-backup on Kubernetes/OpenShift do the following steps.

1. Clone the repo

git clone https://github.com/nixys/nxs-backup.git

2. Go to the Kubernetes directory

cd nxs-backup/.deploy/kubernetes/

3. Install nxs-universal-chart (Helm 3 is required):

helm repo add nixys https://registry.nixys.io/chartrepo/public

4. Find examples of the Helm values here

5. Fill up your values.yaml with correct nxs-backup How to configure Kubernetes/OpenShift

6. Launch nxs-backup with the command:


helm -n $NAMESPACE_SERVICE_NAME install nxs-backup nixys/nxs-universal-chart -f values.yaml