Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 375 Bytes

disaster-recovery.md

File metadata and controls

17 lines (11 loc) · 375 Bytes

Disaster Recovery (DR)

We only store data in your Kubernetes cluster. You should consider backing this up regularly.

Exporting example:

kubectl get wf,cwf,cwft,wftmpl -A -o yaml > backup.yaml

Importing example:

kubectl apply -f backup.yaml 

You should also back-up any SQL persistence you use regularly with whatever tool is provided with it.