i am having Kubernetes cluster on digital ocean and running database inside k8s pod.
I am planning for schedule backup eveyday so what is best way for everyday auto backup. JOB or JENKINS ?
Database is not exposed outside using any service
if i use K8s job how to store backup in PVC and how to delete old one?
I am already running script to take snapshot of volume via jenkin is good way to restore?
you can consider one of the below approach