Install K8up
The most convenient way to install K8up is using helm.
Start by adding the appuio
repository:
helm repo add appuio https://charts.appuio.ch helm repo update
bash
Then install K8up itself:
kubectl create namespace k8up-operator helm install k8up appuio/k8up --namespace k8up-operator
bash